9 lines
116 B
YAML
9 lines
116 B
YAML
server:
|
|
port: 8082
|
|
spring:
|
|
cloud:
|
|
stream:
|
|
bindings:
|
|
output: xformed
|
|
input: testtock
|
|
|