data-service-dev.yml 450 B

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