1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

update bus example configuration 1.x

This commit is contained in:
fangjian0423 2019-03-15 17:42:24 +08:00
parent c7f2cde56f
commit ae1e8a8fa9

View File

@ -1,3 +1,4 @@
spring.application.name=spring-cloud-bus-rocketmq-example
spring.cloud.stream.rocketmq.binder.name-server=127.0.0.1:9876
server.port=8080
spring.cloud.bus.id=${spring.application.name}:${server.port}