Renamed spring.cloud.channels to spring.cloud.stream in configuration

This commit is contained in:
Marius Bogoevici
2015-07-21 21:50:26 -04:00
committed by Mark Fisher
parent dca40fec59
commit 1a51c32f59
12 changed files with 20 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ server:
fixedDelay: 5000
spring:
cloud:
channels:
stream:
outputChannelName: testtock
# uncomment below to use the last digit of the seconds as a partition key
# hashcode(key) % N is then applied with N being the partitionCount value
@@ -16,5 +16,5 @@ spring:
spring:
profiles: extended
cloud:
channels:
stream:
outputChannelName: xformed