|
@@ -56,13 +56,13 @@ spring:
|
|
|
autoconfigure:
|
|
|
exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
|
|
|
datasource:
|
|
|
- url: jdbc:mysql://139.186.27.96:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
|
|
|
- username: hcst
|
|
|
- password: test@20190531
|
|
|
-# url: jdbc:mysql://139.186.31.213:3316/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
|
|
|
-# username: root
|
|
|
-# password: hcst@2020
|
|
|
-# driver-class-name: com.mysql.jdbc.Driver
|
|
|
+# url: jdbc:mysql://139.186.27.96:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
|
|
|
+# username: hcst
|
|
|
+# password: test@20190531
|
|
|
+ url: jdbc:mysql://139.186.31.213:3316/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
|
|
|
+ username: root
|
|
|
+ password: hcst@2020
|
|
|
+ driver-class-name: com.mysql.jdbc.Driver
|
|
|
druid:
|
|
|
stat-view-servlet:
|
|
|
loginUsername: admin
|
|
@@ -99,12 +99,12 @@ spring:
|
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
|
datasource:
|
|
|
master:
|
|
|
- url: jdbc:mysql://139.186.27.96:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
|
|
|
- username: hcst
|
|
|
- password: test@20190531
|
|
|
-# url: jdbc:mysql://139.186.31.213:3316/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
|
|
|
-# username: root
|
|
|
-# password: hcst@2020
|
|
|
+# url: jdbc:mysql://139.186.27.96:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
|
|
|
+# username: hcst
|
|
|
+# password: test@20190531
|
|
|
+ url: jdbc:mysql://139.186.31.213:3316/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
|
|
|
+ username: root
|
|
|
+ password: hcst@2020
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
#redis 配置
|
|
|
redis:
|