Fixed Getting Started intro text
This commit is contained in:
@@ -39,7 +39,7 @@ Spring Cloud Stream allows a user to develop and run messaging microservices usi
|
||||
{% include download_widget.md %}
|
||||
|
||||
As long as Spring Cloud Stream and a Spring XD Message Bus is on the
|
||||
classpath any Spring Boot application with `@EnableChannelBinding` will bind to an external broker provided by the bus (e.g. redis, rabbit, kafka, depending on the implementation you choose). Sample application:
|
||||
classpath any Spring Boot application with `@EnableBinding` will bind to an external broker provided by the bus (e.g. redis, rabbit, kafka, depending on the implementation you choose). Sample application:
|
||||
|
||||
```java
|
||||
@SpringBootApplication
|
||||
|
||||
Reference in New Issue
Block a user