From 9a3c5e863d732f546abc425daa89b5a412222dbe Mon Sep 17 00:00:00 2001 From: Marius Bogoevici Date: Tue, 23 Feb 2016 11:20:11 -0500 Subject: [PATCH] Updated readme --- README.adoc | 5 +++++ README.md | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 README.md 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