SM
Size: a a a
SM
RV
SM
RV
SM
AN
val postgreSQLContainer: PostgreSQLContainer<*> = PostgreSQLContainer<Any?>("postgres:11.1")
.withDatabaseName("integration-tests-db")
.withUsername("sa")
.withPassword("sa")
SM
Scala
у меня в итоге как-то так завелосьvar server: CassandraContainer[_] = new CassandraContainer().withStartupAttempts(1)
RV
RV
val postgreSQLContainer: PostgreSQLContainer<*> = PostgreSQLContainer<Nothing>("postgres:11.1")
.withDatabaseName("integration-tests-db")
AN
AN
SM
AN
RV
AN
SM
AN
SM
AN
AN