Skip to content

Commit

Permalink
[feature] spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoJiang521 committed Jun 16, 2023
1 parent 36cbcc2 commit 4bd9f25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ void initContainer() throws ClassNotFoundException {
new Slf4jLogConsumer(DockerLoggerFactory.getLogger(PG_IMAGE)));
POSTGRESQL_CONTAINER.setPortBindings(
Lists.newArrayList(String.format("%s:%s", 5432, 5432)));
// Startables.deepStart(Stream.of(POSTGRESQL_CONTAINER)).join();
// Startables.deepStart(Stream.of(POSTGRESQL_CONTAINER)).join();
log.info("PostgreSQL container started");
Class.forName(POSTGRESQL_CONTAINER.getDriverClassName());

Expand Down

0 comments on commit 4bd9f25

Please sign in to comment.