Add Spring Integration Sample

Demonstrates how `IntegrationFlow` can be exposed as a `Function`

* Upgrade to the latest dependencies

* Polishing
Resolves #214
This commit is contained in:
Artem Bilan
2018-10-11 11:00:58 -04:00
committed by Oleg Zhurakousky
parent b1fa949dd9
commit 660aebc4d9
12 changed files with 569 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
.gradle
/build/
!gradle/wrapper/gradle-wrapper.jar
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
/out/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/