|
@@ -137,7 +137,7 @@ spring:
|
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
|
datasource:
|
|
|
master:
|
|
|
- url: jdbc:mysql://152.136.206.27:3306/itdm-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
+ url: jdbc:mysql://119.3.168.55:3306/itdm-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
username: itdm-boot
|
|
|
password: itdm-boot@2023
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
@@ -151,7 +151,7 @@ spring:
|
|
|
#redis 配置
|
|
|
redis:
|
|
|
database: 10
|
|
|
- host: 121.36.94.59
|
|
|
+ host: 119.3.168.55
|
|
|
port: 6379
|
|
|
password: MAESYbh1
|
|
|
#mybatis plus 设置
|