data-service-dev.yml 402 B

123456789101112131415161718192021
  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. #mq
  12. rabbitmq:
  13. host: 192.168.2.236
  14. port: 5672
  15. username: lantone
  16. password: lantone
  17. publisher-confirms: true
  18. virtual-host: /