application-test.yml 620 B

12345678910111213141516171819202122232425262728
  1. spring:
  2. application:
  3. name: 4dkankan-project-tieta
  4. rabbitmq:
  5. host: 10.180.22.47
  6. port: 5672
  7. username: User_CHNTZCGL_ZYAPP_002
  8. password: ZYAPP002@VR
  9. virtual-host: Vhost_CHNTZCGL_ZYAPP_002
  10. connection-timeout: 0
  11. listener:
  12. simple:
  13. prefetch: 1
  14. max-concurrency: 1
  15. acknowledge-mode: manual #开启消费者手动确认
  16. #开启消息投递确认机制
  17. publisher-confirm-type: correlated
  18. datasource:
  19. url: jdbc:oracle:thin:@//8.135.106.227:1521/helowin
  20. username: FDKK
  21. password: qawsed@123.
  22. driver-class-name: oracle.jdbc.OracleDriver