Skip to content

Commit

Permalink
resolving conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurabh Yadav committed Dec 15, 2023
2 parents fd2264a + c4abfff commit e6005d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ static MySqlConnectionConfiguration configuration(
.connectTimeout(Duration.ofSeconds(3))
.user("root")
.password(password)
.port(container.getMappedPort(MySQLContainer.MYSQL_PORT))
.database(database)
.createDatabaseIfNotExist(createDatabaseIfNotExist)
.autodetectExtensions(autodetectExtensions);
Expand Down

0 comments on commit e6005d7

Please sign in to comment.