|
@@ -77,13 +77,13 @@ spring:
|
|
exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
|
|
exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
|
|
datasource:
|
|
datasource:
|
|
#---------------------线上库
|
|
#---------------------线上库
|
|
- 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: readonly
|
|
|
|
- password: hcst@2021
|
|
|
|
|
|
+# 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: readonly
|
|
|
|
+# password: hcst@2021
|
|
#---------------------测试库
|
|
#---------------------测试库
|
|
-# url: jdbc:mysql://139.186.165.84:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&allowMultiQueries=true
|
|
|
|
-# username: hcst
|
|
|
|
-# password: hcst@2020
|
|
|
|
|
|
+ url: jdbc:mysql://139.186.165.84:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&allowMultiQueries=true
|
|
|
|
+ username: hcst
|
|
|
|
+ password: hcst@2020
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
druid:
|
|
druid:
|
|
stat-view-servlet:
|
|
stat-view-servlet:
|
|
@@ -122,13 +122,13 @@ spring:
|
|
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: readonly
|
|
|
|
- password: hcst@2021
|
|
|
|
|
|
+# 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: readonly
|
|
|
|
+# password: hcst@2021
|
|
#---------------------测试库
|
|
#---------------------测试库
|
|
-# url: jdbc:mysql://139.186.165.84:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&allowMultiQueries=true
|
|
|
|
-# username: hcst
|
|
|
|
-# password: hcst@2020
|
|
|
|
|
|
+ url: jdbc:mysql://139.186.165.84:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&allowMultiQueries=true
|
|
|
|
+ username: hcst
|
|
|
|
+ password: hcst@2020
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
#redis 配置
|
|
#redis 配置
|
|
redis:
|
|
redis:
|