Skip to content

Commit

Permalink
[Fix] yml 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yj-leez committed Dec 18, 2023
1 parent 323c988 commit 8b9b4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/${DB_NAME}
url: ${DB_URL}
username: ${DB_USERNAME}
password: ${DB_PASSWORD}
jpa:
Expand Down

0 comments on commit 8b9b4a1

Please sign in to comment.