Provide a sample using the DataFlowTemplate

This commit is contained in:
Gunnar Hillert
2019-02-15 17:25:50 -10:00
parent 28732bd86b
commit 262c8184c6
9 changed files with 562 additions and 0 deletions

25
dataflow-template-example/.gitignore vendored Normal file
View File

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