更新默认配置的后端mysqlpassword
This commit is contained in:
parent
1c4deb2c3f
commit
0ed6c70139
|
@ -3,6 +3,6 @@ server.port=3001
|
|||
|
||||
#mysql database connect profile
|
||||
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.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
|
|
Loading…
Reference in New Issue