ltapi-service-pro.yml 448 B

12345678910111213141516171819202122
  1. server:
  2. port: 8824
  3. # 驱动配置信息
  4. spring:
  5. cloud:
  6. stream:
  7. bindings:
  8. outputLog:
  9. destination: myLog
  10. outputBiLog:
  11. destination: myBiLog
  12. # contentType: text/plain # 实体 json string 在传递的类型装换 查看 http://docs.spring
  13. #mq
  14. rabbitmq:
  15. host: 173.18.12.191
  16. port: 5672
  17. username: root
  18. password: guest
  19. publisher-confirms: true
  20. virtual-host: /