Updated readme

This commit is contained in:
Marius Bogoevici
2016-02-23 11:46:04 -05:00
parent ee80eae18a
commit 9a3c5e863d
2 changed files with 5 additions and 2 deletions
+5
View File
@@ -2,6 +2,11 @@
There are several samples, all running on the redis transport (so you need redis running locally to test them).
To build the samples do:
```
./mvnw clean build
```
NOTE: The main set of samples are "vanilla" in the sense that they are not deployable as XD modules by the current generation (1.x) of XD. You can still interact with an XD system using the appropriate naming convention for input and output channel names (`<stream>.<index>` format).
-2
View File
@@ -1,2 +0,0 @@
# spring-cloud-stream-samples
Samples for Spring Cloud Stream