mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#2685 - Bump ebean-test-docker to 5.1 with newBuilder() -> builder() with deprecation
This commit is contained in:
@@ -5,7 +5,7 @@ import io.ebean.docker.commands.PostgresContainer;
|
||||
public class StartPostgres {
|
||||
|
||||
public static void main(String[] args) {
|
||||
PostgresContainer.newBuilder("13")
|
||||
PostgresContainer.builder("13")
|
||||
.port(5432)
|
||||
.dbName("unit")
|
||||
.user("unit")
|
||||
|
||||
Reference in New Issue
Block a user