更新默认配置的后端mysqlpassword

This commit is contained in:
flykhan 2023-03-13 11:06:14 +08:00
parent 1c4deb2c3f
commit 0ed6c70139
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ server.port=3001
#mysql database connect profile #mysql database connect profile
spring.datasource.username=root spring.datasource.username=root
spring.datasource.password=mysqlPassword spring.datasource.password=mysqlpassword
spring.datasource.url=jdbc:mysql://localhost:3306/kob?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8 spring.datasource.url=jdbc:mysql://localhost:3306/kob?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver