dengsixing 1 éve
szülő
commit
c07f42370b

+ 37 - 0
src/main/resources/application-dev.yml

@@ -0,0 +1,37 @@
+spring:
+  application:
+    name: 4dkankan-center-convert
+  rabbitmq:
+    host: 10.180.22.47
+    port: 5672
+    username: User_CHNTZCGL_ZYAPP_002
+    password: ZYAPP002@VR
+    virtual-host: Vhost_CHNTZCGL_ZYAPP_002
+    connection-timeout: 0
+    listener:
+      simple:
+        prefetch: 1
+        max-concurrency: 1
+        acknowledge-mode: manual #开启消费者手动确认
+    #开启消息投递确认机制
+    publisher-confirm-type: correlated
+  datasource:
+    url: jdbc:oracle:thin:@//10.180.41.39:1521/resdb
+    username: RES_VR
+    password: IDCqawsed@123.
+    driver-class-name: oracle.jdbc.OracleDriver
+
+fdfs:
+  sysCode: CT00017
+  address: http://10.180.22.41:8761
+  api:
+    getSignature: /ChinatowerFileService/getSignature
+    uploadFile: /ChinatowerFileService/uploadFile/
+
+
+
+
+
+
+
+

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

@@ -2,7 +2,7 @@ spring:
   application:
     name: 4dkankan-center-convert
   rabbitmq:
-    host: 10.180.22.47
+    host: 10.190.22.108
     port: 5672
     username: User_CHNTZCGL_ZYAPP_002
     password: ZYAPP002@VR
@@ -23,12 +23,10 @@ spring:
 
 fdfs:
   sysCode: CT00017
-  address: http://10.180.22.41:8761
+  address: http://10.190.22.115:8894
   api:
     getSignature: /ChinatowerFileService/getSignature
     uploadFile: /ChinatowerFileService/uploadFile/
-server:
-  port: 8081