Browse Source

解析变更记录数据修改为通过sheetname解析

fengyanjie 4 years ago
parent
commit
aa854d38e1

+ 4 - 4
dmp-rwd-edit/src/main/resources/application-aliyun-test.yml

@@ -3,7 +3,7 @@ server:
 persagy:
   dmp:
     server: http://192.168.64.18:9930
-#    server: http://39.102.40.239:9970
+    #    server: http://39.102.40.239:9970
     exchange: exchange-dmp
     admin:
       routingKey: routing-dmp-rwdedit
@@ -13,9 +13,9 @@ spring:
     name: dmp-rwdedit
   datasource:
     driver-class-name: com.mysql.cj.jdbc.Driver
-    url: jdbc:mysql://localhost:9005/dmp_rwdedit?useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8&useSSL=false
-    username: persagy
-    password: persagy@020
+    url: jdbc:mysql://192.168.64.15:9934/dmp_rwdedit?useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
+    username: root
+    password: brzj123456
     type: com.alibaba.druid.pool.DruidDataSource
   jpa:
     show-sql: true

+ 4 - 7
dmp-rwd-edit/src/main/resources/application.yml

@@ -16,12 +16,9 @@ spring:
     - dev,log-dev
   datasource:
     driver-class-name: com.mysql.cj.jdbc.Driver
-#    url: jdbc:mysql://192.168.64.15:9934/dmp_rwdedit?useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
-#    username: root
-#    password: brzj123456
-    url: jdbc:mysql://localhost:9005/dmp_rwdedit?useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8&useSSL=false
-    username: persagy
-    password: persagy@020
+    url: jdbc:mysql://192.168.64.15:9934/dmp_rwdedit?useUnicode=true&characterEncoding=utf-8&mysqlEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
+    username: root
+    password: brzj123456
     type: com.alibaba.druid.pool.DruidDataSource
   jpa:
     show-sql: true
@@ -29,7 +26,7 @@ spring:
       ddl-auto: none
   redis:
     database: 10
-    host: 172.17.100.14
+    host: 192.168.64.15
     password: brzj123456
     port: 9944
     timeout: 6000