[tag] 修改数据库连接的参数
This commit is contained in:
parent
f92e5bead8
commit
96c58948fd
|
|
@ -1,6 +1,6 @@
|
||||||
spring.application.name=project-Management
|
spring.application.name=project-Management
|
||||||
|
|
||||||
spring.datasource.url=jdbc:mysql://8.130.82.85:33306/WaterManagement?useSSL=false&serverTimezone=UTC
|
spring.datasource.url=jdbc:mysql://8.130.82.85:33306/WaterManagement?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
|
||||||
spring.datasource.username=root
|
spring.datasource.username=root
|
||||||
spring.datasource.password=tju1895
|
spring.datasource.password=tju1895
|
||||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue