|
@@ -106,14 +106,11 @@ spring:
|
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
|
datasource:
|
|
|
master:
|
|
|
-# url: jdbc:mysql://111.204.208.234:3394/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&allowMultiQueries=true&serverTimezone=GMT%2B8
|
|
|
-# username: hcst
|
|
|
-# password: hcst@2024
|
|
|
-# driver-class-name: com.mysql.jdbc.Driver
|
|
|
- url: jdbc:mysql://172.30.0.36:3390/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&characterEncoding=utf8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
+ url: jdbc:mysql://111.204.208.234:3394/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&allowMultiQueries=true&serverTimezone=GMT%2B8
|
|
|
username: hcst
|
|
|
- password: hcst@2025
|
|
|
+ password: hcst@2024
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
+
|
|
|
#redis 配置
|
|
|
redis:
|
|
|
database: 0
|