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