Skip to content

Latest commit

 

History

History

spring-integration-5-example-01

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

spring-integration-5-examples Build Status

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"
  }
  // ...