1
zhang
1 天以前 ad46ec101f19c65d1c7ecda38608ea9fac7c9ef1
zy-acs-gateway/src/main/resources/application.yml
@@ -10,6 +10,17 @@
    username: root
    password: xltys1995
  rabbitmq:
    host: localhost
    port: 5672
    username: root
    password: xltys1995
    # 虚拟host可以不设置,默认/
    virtual-host: /
    # 生产者确认配置
    publisher-confirm-type: correlated
    publisher-returns: true
eureka:
  client:
    enabled: false