Files
spring-cloud-stream-rabbitmq/producer/producer-server/src/main/resources/application.yml
2021-02-21 13:56:41 +08:00

17 lines
243 B
YAML

spring:
rabbitmq:
host: 192.168.133.128
username: dev-user
password: devpassword
cloud:
stream:
bindings:
send1:
destination: test2
send2:
destination: test3
server:
port: 8083