Commit 74861251a00a7c14af2884db84b4f4c647543a81
1 parent
a62e316a
1.rabbit暂不启用
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/application-cloud.properties
| ... | ... | @@ -72,7 +72,7 @@ spring.kafka.producer.acks= all |
| 72 | 72 | spring.kafka.consumer.group-id= schedule-system |
| 73 | 73 | spring.kafka.consumer.auto-offset-reset= latest |
| 74 | 74 | |
| 75 | -rabbit.use= true | |
| 75 | +rabbit.use= false | |
| 76 | 76 | spring.rabbitmq.host= 10.10.2.21 |
| 77 | 77 | spring.rabbitmq.port= 5672 |
| 78 | 78 | spring.rabbitmq.username= bsth | ... | ... |