diff --git a/README.adoc b/README.adoc index b6578a3..6c92888 100644 --- a/README.adoc +++ b/README.adoc @@ -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 (`.` format). diff --git a/README.md b/README.md deleted file mode 100644 index 8154851..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# spring-cloud-stream-samples -Samples for Spring Cloud Stream