Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
HJC96 authored Jan 10, 2025
1 parent 54d13f5 commit f9ef351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ server.tomcat.accesslog.rename-on-rotate = true
spring.datasource.driverClassName=org.mariadb.jdbc.Driver
spring.datasource.url=jdbc:mariadb://127.0.0.1:3306/fakestore
spring.datasource.username=storeuser
spring.datasource.password=cks147
spring.datasource.password=



Expand All @@ -20,7 +20,7 @@ jwt.refreshKey=11333331111111111111111111111122

#spring.datasource.url=jdbc:mysql://localhost:3306/fakestore?useSSL=false&characterEncoding=UTF-8&serverTimezone=UTC
#spring.datasource.username=storeuser
#spring.datasource.password=cks147
#spring.datasource.password=
#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
#
## mysql ??
Expand Down

0 comments on commit f9ef351

Please sign in to comment.