|
@@ -113,15 +113,15 @@ spring:
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
datasource:
|
|
datasource:
|
|
master:
|
|
master:
|
|
- #---------------------线上库
|
|
|
|
- # url: jdbc:mysql://139.186.27.96:3390/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
|
|
|
|
- # username: data
|
|
|
|
- # password: hcst@2021
|
|
|
|
- #---------------------测试库
|
|
|
|
- url: jdbc:mysql://139.186.165.84:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&allowMultiQueries=true&serverTimezone=Asia/Shanghai
|
|
|
|
|
|
+ # ---------------------线上库
|
|
|
|
+ url: jdbc:mysql://172.30.0.36:3390/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
|
|
username: hcst
|
|
username: hcst
|
|
- password: hcst@2020
|
|
|
|
- driver-class-name: com.mysql.jdbc.Driver
|
|
|
|
|
|
+ password: hcst@2025
|
|
|
|
+ #---------------------测试库
|
|
|
|
+# url: jdbc:mysql://139.186.165.84:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&allowMultiQueries=true&serverTimezone=Asia/Shanghai
|
|
|
|
+# username: hcst
|
|
|
|
+# password: hcst@2020
|
|
|
|
+# driver-class-name: com.mysql.jdbc.Driver
|
|
#redis 配置
|
|
#redis 配置
|
|
redis:
|
|
redis:
|
|
database: 0
|
|
database: 0
|