spring-integration-5-examples
this repository is containing spring-integration 5 examples
build, run, test
bash gradle clean build bootRun
http :8080/sse
# output:
data:foo
data:bar
data:baz
inportant
this will works (at lease right now) only with these versions:
buildscript {
ext {
springBootVersion = "2.0.0.M3"
springIntegrationVersion = "5.0.0.M6"
}
// ...