Administrator 3 gadi atpakaļ
vecāks
revīzija
1045fe59aa

+ 2 - 2
src/main/resources/application-ceshi.yml → src/main/resources/application-prodnew.yml

@@ -88,7 +88,7 @@ spring:
         connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
       datasource:
           master:
-            url: jdbc:mysql://10.10.0.69:3306/fbs_dev2?characterEncoding=UTF-8&useUnicode=true&useSSL=false&allowMultiQueries=true&failOverReadOnly=false
+            url: jdbc:mysql://10.10.0.69:3306/fbs_prod?characterEncoding=UTF-8&useUnicode=true&useSSL=false&allowMultiQueries=true&failOverReadOnly=false
             username: root
             password: abc123!@#
 #            type: com.alibaba.druid.pool.DruidDataSource
@@ -100,7 +100,7 @@ spring:
 #                      password: Wakeup@123
 #                      driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
           multi-datasource1:
-            url: jdbc:mysql://10.10.0.69:3306/fbs_dev2?characterEncoding=UTF-8&useUnicode=true&useSSL=false&allowMultiQueries=true&failOverReadOnly=false
+            url: jdbc:mysql://10.10.0.69:3306/fbs_prod?characterEncoding=UTF-8&useUnicode=true&useSSL=false&allowMultiQueries=true&failOverReadOnly=false
             username: root
             password: abc123!@#
             driver-class-name: com.mysql.jdbc.Driver

+ 4 - 4
src/main/resources/application-test.yml

@@ -88,9 +88,9 @@ spring:
         connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
       datasource: 
           master:
-            url: jdbc:mysql://127.0.0.1:3306/fbs_dev?characterEncoding=UTF-8&useUnicode=true&useSSL=false&allowMultiQueries=true&failOverReadOnly=false&allowPublicKeyRetrieval=true
+            url: jdbc:mysql://106.15.206.14:3306/fbs_prod?characterEncoding=UTF-8&useUnicode=true&useSSL=false&allowMultiQueries=true&failOverReadOnly=false&allowPublicKeyRetrieval=true
             username: root
-            password: root
+            password: CuiDian1234
 #            type: com.alibaba.druid.pool.DruidDataSource
             driver-class-name: com.mysql.jdbc.Driver
           # 多数据源配置
@@ -99,9 +99,9 @@ spring:
 #            username: sa
 #            password: Wakeup@123
 #            driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
-            url: jdbc:mysql://127.0.0.1:3306/fbs_dev?characterEncoding=UTF-8&useUnicode=true&useSSL=false&allowMultiQueries=true&failOverReadOnly=false&allowPublicKeyRetrieval=true
+            url: jdbc:mysql://106.15.206.14:3306/fbs_prod?characterEncoding=UTF-8&useUnicode=true&useSSL=false&allowMultiQueries=true&failOverReadOnly=false&allowPublicKeyRetrieval=true
             username: root
-            password: root
+            password: CuiDian1234
 #            type: com.alibaba.druid.pool.DruidDataSource
             driver-class-name: com.mysql.jdbc.Driver
   #redis 配置