Skip to content

Commit

Permalink
Merge pull request #451 from jdubois/main
Browse files Browse the repository at this point in the history
Fix testcontainers + MySQL bug
  • Loading branch information
jdubois authored Nov 5, 2024
2 parents 4931792 + 3efdc52 commit 4fb8cda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.17.3</version>
<version>1.20.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/test/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ spring:
name: jhonline
datasource:
type: com.zaxxer.hikari.HikariDataSource
url: jdbc:tc:mysql:8://localhost:3306/jhipster-online?useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=UTC&createDatabaseIfNotExist=true
username: root
url: jdbc:tc:mysql:8.2.0:///jhipster-online?useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=UTC&createDatabaseIfNotExist=true
username: test
password:
hikari:
poolName: Hikari
Expand Down

0 comments on commit 4fb8cda

Please sign in to comment.