From 1e8434d32e5584050214c89715e4e9e21a8fd512 Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Wed, 5 Oct 2016 15:17:31 -0400 Subject: [PATCH] Update doc for Spring Initializr usage --- .../src/main/asciidoc/spring-cloud-stream-overview.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc b/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc index 2e20f20a6..78cf8e09b 100644 --- a/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc +++ b/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc @@ -1538,8 +1538,7 @@ For Spring Cloud Stream samples, please refer to the https://github.com/spring-c == Getting Started -To get started with creating Spring Cloud Stream applications, visit the https://start.spring.io[Spring Initializr] and create a new Maven project named "GreetingSource". -Select Spring Boot version 1.3.4 SNAPSHOT and search or tick the checkbox for Stream Kafka (we will be using Kafka for messaging). +To get started with creating Spring Cloud Stream applications, visit the https://start.spring.io[Spring Initializr] and create a new Maven project named "GreetingSource". Note that Spring Cloud Stream applications are known to work with Spring Boot versions 1.3.x and 1.4.x. In the _Search for dependencies_ text box type `Stream Rabbit` or `Stream Kafka` depending on what binder you want to use. Next, create a new class, `GreetingSource`, in the same package as the `GreetingSourceApplication` class. Give it the following code: