Skip to content

Commit

Permalink
f-lab-edu#30 mysql 설정수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsuyeondev committed May 25, 2024
1 parent cde235a commit b8c46b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-domain/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/mysqldb?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Seoul&useLegacyAuth=true
spring.datasource.url=jdbc:mysql://localhost:3306/mysqldb?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Seoul
spring.datasource.username=dev_1234
spring.datasource.password=1234

Expand Down

0 comments on commit b8c46b1

Please sign in to comment.