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.Db2Container;
|
||||
public class StartDb2 {
|
||||
|
||||
public static void main(String[] args) {
|
||||
Db2Container.newBuilder("11.5.6.0a")
|
||||
Db2Container.builder("11.5.6.0a")
|
||||
.dbName("unit")
|
||||
.user("unit")
|
||||
.password("unit")
|
||||
|
||||
Reference in New Issue
Block a user