Updated all dependencies for M1 RELEASE
Updated to Spring Cloud Build 2.2.0.M1
This commit is contained in:
@@ -75,7 +75,7 @@ public class JpaApplicationTests {
|
||||
this.dataSource = dataSource;
|
||||
try {
|
||||
this.server = Server
|
||||
.createTcpServer("-tcp", "-tcpAllowOthers", "-tcpPort", String
|
||||
.createTcpServer("-tcp", "-ifNotExists", "-tcpAllowOthers", "-tcpPort", String
|
||||
.valueOf(randomPort))
|
||||
.start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user