diff --git a/1.2.x/multi/multi__introduction.html b/1.2.x/multi/multi__introduction.html
index e8f6c295b..dd9978448 100644
--- a/1.2.x/multi/multi__introduction.html
+++ b/1.2.x/multi/multi__introduction.html
@@ -280,4 +280,18 @@ dependencies {
compile "org.springframework.cloud:spring-cloud-stream-binder-rabbit"
}
In order not to pick versions by yourself it’s much better if you add the dependency management via -the Spring BOM | |
Add the dependency to | |
Add the dependency to | |
Add a binder (e.g. Rabbit binder) to tell Spring Cloud Stream what it should bind to |
and then just annotate your main class with @EnableZipkinStreamServer annotation:
Unresolved directive in intro.adoc - include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-sleuth/master/spring-cloud-sleuth-samples/spring-cloud-sleuth-sample-zipkin-stream/src/main/java/example/ZipkinStreamServerApplication.java[]