Skip to content

Commit

Permalink
Fix : fix local database url
Browse files Browse the repository at this point in the history
  • Loading branch information
Son-GyeongSik committed Dec 20, 2023
1 parent a65b2c3 commit 25984a8
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 @@ -12,7 +12,7 @@ spring:
profiles:
active: local
datasource:
url: 'jdbc:mariadb://localhost:3306/sr'
url: 'jdbc:mariadb://localhost:3306/sroom'
username: 'root'
password:
#driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
Expand Down

0 comments on commit 25984a8

Please sign in to comment.