消息订阅、发送成功
This commit is contained in:
12
producer/producer-server/src/main/resources/application.yml
Normal file
12
producer/producer-server/src/main/resources/application.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
spring:
|
||||
rabbitmq:
|
||||
host: docker-1.fjy8018.cn
|
||||
username: cms
|
||||
password: cms-mq-admin
|
||||
cloud:
|
||||
stream:
|
||||
bindings:
|
||||
output:
|
||||
destination: my-test-channel
|
||||
server:
|
||||
port: 8082
|
||||
Reference in New Issue
Block a user