Skip to content

Commit

Permalink
#177 chore: application-test.yml에 driver-class-name추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hye-on committed Oct 22, 2024
1 parent a00728a commit 5a11ea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ spring:
url: jdbc:tc:mysql:8.0.33:///testdb
username: testuser
password: testpassword
driver-class-name: org.testcontainers.jdbc.ContainerDatabaseDriver
jpa:
hibernate:
ddl-auto: none
Expand Down

0 comments on commit 5a11ea5

Please sign in to comment.