|
@@ -51,15 +51,12 @@ spring:
|
|
# 主库数据源
|
|
# 主库数据源
|
|
master:
|
|
master:
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
-# url: jdbc:mysql://localhost:3306/zdsz?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true
|
|
|
|
-# username: root
|
|
|
|
-# password: 123456
|
|
|
|
-# url: jdbc:mysql://123.249.30.140:3307/gas?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true
|
|
|
|
-# username: root
|
|
|
|
-# password: szrqwx123456
|
|
|
|
- url: jdbc:mysql://49.232.253.249:3306/zdsz_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
|
|
|
|
|
+ url: jdbc:mysql://192.168.10.15:63306/zdsz_xx?allowMultiQueries=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
|
username: root
|
|
username: root
|
|
- password: Lanyuxinxi@88.com
|
|
|
|
|
|
+ password: sooka1a2b3c4d%...
|
|
|
|
+# url: jdbc:mysql://49.232.253.249:3306/zdsz_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
|
|
|
+# username: root
|
|
|
|
+# password: Lanyuxinxi@88.com
|
|
# url: jdbc:mysql://121.37.40.217:13306/zdsz?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true
|
|
# url: jdbc:mysql://121.37.40.217:13306/zdsz?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true
|
|
# username: zdsz
|
|
# username: zdsz
|
|
# password: ZDSZ1a2b3c4d%...
|
|
# password: ZDSZ1a2b3c4d%...
|
|
@@ -123,13 +120,13 @@ spring:
|
|
spring:
|
|
spring:
|
|
redis:
|
|
redis:
|
|
# 地址
|
|
# 地址
|
|
- host: 49.232.253.249
|
|
|
|
|
|
+ host: 127.0.0.1
|
|
# 端口,默认为6379
|
|
# 端口,默认为6379
|
|
port: 16379
|
|
port: 16379
|
|
# 数据库索引
|
|
# 数据库索引
|
|
database: 0
|
|
database: 0
|
|
# 密码
|
|
# 密码
|
|
- password: Lanyuxinxi@88.com
|
|
|
|
|
|
+ password: sooka123456
|
|
# 连接超时时间
|
|
# 连接超时时间
|
|
timeout: 10s
|
|
timeout: 10s
|
|
# 是否开启ssl
|
|
# 是否开启ssl
|
|
@@ -173,8 +170,7 @@ huawei:
|
|
upload:
|
|
upload:
|
|
endPoint: obs.cn-south-1.myhuaweicloud.com
|
|
endPoint: obs.cn-south-1.myhuaweicloud.com
|
|
access:
|
|
access:
|
|
- endPoint: https://zdsz.obs.cn-south-1.myhuaweicloud.com
|
|
|
|
- bucketName: zdsz
|
|
|
|
-
|
|
|
|
|
|
+ endPoint: https://zdszdaz.obs.cn-south-1.myhuaweicloud.com
|
|
|
|
+ bucketName: zdszdaz
|
|
# 临时文件路径
|
|
# 临时文件路径
|
|
filePath: D:/
|
|
filePath: D:/
|