12345678910111213141516171819202122232425262728 |
- spring:
- application:
- name: 4dkankan-project-tieta
- 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:@//8.135.106.227:1521/helowin
- username: FDKK
- password: qawsed@123.
- driver-class-name: oracle.jdbc.OracleDriver
|