17 lines
243 B
YAML
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 |