|
@@ -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/
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|