diff --git a/multi/multi__introduction.html b/multi/multi__introduction.html index 7df9d915a..cb0ae00e0 100644 --- a/multi/multi__introduction.html +++ b/multi/multi__introduction.html @@ -222,7 +222,7 @@ dependencies.

Maven.  <artifactId>spring-rabbit</artifactId> </dependency>

1

In order not to pick versions by yourself it’s much better if you add the dependency management via -the Spring BOM

2

Add the dependency to spring-cloud-starter-sleuth-zipkin2 - that way all dependent dependencies will be downloaded

3

To automatically configure rabbit, simply add the spring-rabbit dependency

Gradle.  +the Spring BOM

2

Add the dependency to spring-cloud-starter-zipkin2 - that way all dependent dependencies will be downloaded

3

To automatically configure rabbit, simply add the spring-rabbit dependency

Gradle. 

dependencyManagement { 1
     imports {
         mavenBom "org.springframework.cloud:spring-cloud-dependencies:${releaseTrainVersion}"
@@ -230,8 +230,8 @@ the Spring BOM

"org.springframework.cloud:spring-cloud-starter-sleuth-zipkin2" 2 + compile "org.springframework.cloud:spring-cloud-starter-zipkin2" 2 compile "org.springframework.amqp:spring-rabbit" 3 }

1

In order not to pick versions by yourself it’s much better if you add the dependency management via -the Spring BOM

2

Add the dependency to spring-cloud-starter-sleuth-zipkin2 - that way all dependent dependencies will be downloaded

3

To automatically configure rabbit, simply add the spring-rabbit dependency

\ No newline at end of file +the Spring BOM

2

Add the dependency to spring-cloud-starter-zipkin2 - that way all dependent dependencies will be downloaded

3

To automatically configure rabbit, simply add the spring-rabbit dependency

\ No newline at end of file diff --git a/single/spring-cloud-sleuth.html b/single/spring-cloud-sleuth.html index 3286adf31..f08ced0da 100644 --- a/single/spring-cloud-sleuth.html +++ b/single/spring-cloud-sleuth.html @@ -222,7 +222,7 @@ dependencies.

Maven.  <artifactId>spring-rabbit</artifactId> </dependency>

1

In order not to pick versions by yourself it’s much better if you add the dependency management via -the Spring BOM

2

Add the dependency to spring-cloud-starter-sleuth-zipkin2 - that way all dependent dependencies will be downloaded

3

To automatically configure rabbit, simply add the spring-rabbit dependency

Gradle.  +the Spring BOM

2

Add the dependency to spring-cloud-starter-zipkin2 - that way all dependent dependencies will be downloaded

3

To automatically configure rabbit, simply add the spring-rabbit dependency

Gradle. 

dependencyManagement { 1
     imports {
         mavenBom "org.springframework.cloud:spring-cloud-dependencies:${releaseTrainVersion}"
@@ -230,11 +230,11 @@ the Spring BOM

"org.springframework.cloud:spring-cloud-starter-sleuth-zipkin2" 2 + compile "org.springframework.cloud:spring-cloud-starter-zipkin2" 2 compile "org.springframework.amqp:spring-rabbit" 3 }

1

In order not to pick versions by yourself it’s much better if you add the dependency management via -the Spring BOM

2

Add the dependency to spring-cloud-starter-sleuth-zipkin2 - that way all dependent dependencies will be downloaded

3

To automatically configure rabbit, simply add the spring-rabbit dependency

2. Additional resources

Marcin Grzejszczak talking about Spring Cloud Sleuth and Zipkin

click here to see the video

3. Features

2. Additional resources

Marcin Grzejszczak talking about Spring Cloud Sleuth and Zipkin

click here to see the video

3. Features