修改MySQL密码
parent
4a95260a26
commit
25188514ac
|
@ -1,5 +1,5 @@
|
||||||
spring.datasource.url=jdbc:mysql://192.168.1.100:3306/fourcal?\
|
spring.datasource.url=jdbc:mysql://117.172.29.81:3306/fourcal?\
|
||||||
characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2b8&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
|
characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2b8&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true&useSSL=false
|
||||||
spring.datasource.username=root
|
spring.datasource.username=root
|
||||||
spring.datasource.password=Qwer123!@#$
|
spring.datasource.password=Qwer123!@#$
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ server.port=8282
|
||||||
server.session.timeout=-1
|
server.session.timeout=-1
|
||||||
server.context-path=/fourcal
|
server.context-path=/fourcal
|
||||||
app.version=0.0.1
|
app.version=0.0.1
|
||||||
spring.profiles.active=sit
|
spring.profiles.active=dev
|
||||||
|
|
||||||
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
||||||
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