Skip to content

Commit

Permalink
fix: database username 설정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
GiHwan2 committed Sep 28, 2024
1 parent 149dbaa commit dd5e272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spring.application.name=floating

# MySQL ??
spring.datasource.url=jdbc:mysql://localhost:3306/floating
spring.datasource.username=root
spring.datasource.username=user
spring.datasource.password=12345678
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver

Expand Down

0 comments on commit dd5e272

Please sign in to comment.