initial commit

This commit is contained in:
markfisher
2016-09-21 22:33:06 -04:00
commit bdd39b74ff
36 changed files with 2715 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
Example:
```
java -jar spring-cloud-function-stream-1.0.0.BUILD-SNAPSHOT.jar --server.port=8081 --spring.cloud.stream.bindings.input.destination=words --spring.cloud.stream.bindings.output.destination=uppercaseWords --function.name=uppercase --function.code="f -> f.map(s -> s.toString().toUpperCase())"
```
(more docs soon)