Skip to content

Commit

Permalink
Fixed db url
Browse files Browse the repository at this point in the history
  • Loading branch information
gs18113 committed Dec 27, 2024
1 parent 26c0067 commit f2c8723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
spring:
datasource:
url: 'jdbc:mysql://127.0.0.1:3306/testdb'
url: 'jdbc:mysql://mysql:3306/testdb'
driver-class-name: com.mysql.cj.jdbc.Driver
username: root
username: user
password: somepassword
jpa:
hibernate:
Expand Down

0 comments on commit f2c8723

Please sign in to comment.