application-unit-test.yml 550 B

1234567891011121314151617181920212223
  1. spring:
  2. rabbitmq:
  3. host: 192.168.100.32
  4. port: 5672
  5. username: guest
  6. password: guest
  7. virtual-host: netpump
  8. cloud:
  9. bus:
  10. enabled: true # 是否开启,默认为 true
  11. # stream:
  12. # bindings:
  13. # #短信发送通道名称
  14. # exEventBusProducer-out-0:
  15. # #交换机名称
  16. # destination: eventBus
  17. # exEventBusConsumer-in-0:
  18. # destination: eventBus
  19. # group: tr
  20. # function:
  21. # definition: exEventBusProducer;exEventBusConsumer
  22. application:
  23. name: eventBus