Commit 28c1cbbda8159a0edcfdbcdf8593356b2d446ab4

Authored by liwei2917
1 parent 7546247a

修改正式环境配置

src/main/resources/application.properties
... ... @@ -40,9 +40,9 @@ mybatis.type-aliases-package=com.cnlive.shenhe.entity
40 40 server.port=81
41 41  
42 42 #rabbitmq\u76f8\u5173\u914d\u7f6e
43   -spring.rabbitmq.host=120.92.4.80
  43 +spring.rabbitmq.host=120.92.4.21
44 44 spring.rabbitmq.port=5672
45   -spring.rabbitmq.username=test
  45 +spring.rabbitmq.username=admin
46 46 spring.rabbitmq.password=password
47 47 # \u5f00\u542f\u53d1\u9001\u786e\u8ba4
48 48 spring.rabbitmq.publisher-confirms=true
... ...