Skip to content

Commit

Permalink
fix: application-local datasource name 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jcy0308 committed Jul 23, 2024
1 parent 4e4dba6 commit 1c07f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spring:
activate:
on-profile: local
datasource:
url: jdbc:mysql://127.0.0.1:3307/s-top
url: jdbc:mysql://127.0.0.1:3307/stop
username: root
password: 1234
jpa:
Expand Down

0 comments on commit 1c07f2c

Please sign in to comment.