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:
@@ -6,7 +6,7 @@ public class StartMySql {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
MySqlContainer.newBuilder("8.0")
|
||||
MySqlContainer.builder("8.0")
|
||||
.dbName("unit")
|
||||
.user("unit")
|
||||
.password("unit")
|
||||
|
||||
Reference in New Issue
Block a user