mirror of
https://github.com/wahyd4/spring-cloud-stream-samples.git
synced 2026-08-09 05:16:18 +10:00
11 lines
160 B
YAML
11 lines
160 B
YAML
server:
|
|
port: 8082
|
|
spring:
|
|
cloud:
|
|
stream:
|
|
bindings:
|
|
output:
|
|
destination: xformed
|
|
input:
|
|
destination: testtock
|