yumeng 5 gadi atpakaļ
vecāks
revīzija
63acc86e07

+ 6 - 6
jeecg-boot-module-system/src/main/resources/application-prod.yml

@@ -58,9 +58,9 @@ spring:
   autoconfigure:
     exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
   datasource:
-    url: jdbc:mysql://172.30.0.9:6033/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
-    username: sync
-    password: sync@2020
+    url: jdbc:mysql://172.30.0.4:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
+    username: hcst
+    password: test@20190531
     driver-class-name: com.mysql.jdbc.Driver
     druid:
       stat-view-servlet:
@@ -97,9 +97,9 @@ spring:
         connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
       datasource:
         master:
-          url: jdbc:mysql://172.30.0.9:6033/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
-          username: sync
-          password: sync@2020
+          url: jdbc:mysql://172.30.0.4:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
+          username: hcst
+          password: test@20190531
           driver-class-name: com.mysql.jdbc.Driver
           # 多数据源配置
           #multi-datasource1:

+ 6 - 6
jeecg-boot-module-system/src/main/resources/application-prod2.yml

@@ -58,9 +58,9 @@ spring:
   autoconfigure:
     exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
   datasource:
-    url: jdbc:mysql://172.30.0.9:6033/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
-    username: sync
-    password: sync@2020
+    url: jdbc:mysql://172.30.0.4:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
+    username: hcst
+    password: test@20190531
     driver-class-name: com.mysql.jdbc.Driver
     druid:
       stat-view-servlet:
@@ -97,9 +97,9 @@ spring:
         connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
       datasource:
         master:
-          url: jdbc:mysql://172.30.0.9:6033/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
-          username: sync
-          password: sync@2020
+          url: jdbc:mysql://172.30.0.4:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
+          username: hcst
+          password: test@20190531
           driver-class-name: com.mysql.jdbc.Driver
           # 多数据源配置
           #multi-datasource1: