Skip to content

Commit

Permalink
select correct yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siksik-Choi committed May 15, 2024
1 parent 7911efd commit 4ff41ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/knufest
username: root
password: root
url: jdbc:mysql://mysql-withvol:3306/knufest
username: user
password: 1234

jpa:
hibernate:
Expand Down

0 comments on commit 4ff41ea

Please sign in to comment.