From afc8e0c7b2f555c35e12dd0e703e8844d5376e2c Mon Sep 17 00:00:00 2001
From: buildmaster
Maven. <artifactId>spring-rabbit</artifactId> </dependency>
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 | |
To automatically configure rabbit, simply add the spring-rabbit dependency |
Gradle. +the Spring BOM
Add the dependency to spring-cloud-starter-zipkin2 - that way all dependent dependencies will be downloaded
To automatically configure rabbit, simply add the spring-rabbit dependency
Gradle.
dependencyManagement {
imports {
mavenBom "org.springframework.cloud:spring-cloud-dependencies:${releaseTrainVersion}"
@@ -230,8 +230,8 @@ the Spring BOM"org.springframework.cloud:spring-cloud-starter-sleuth-zipkin2"
+ compile "org.springframework.cloud:spring-cloud-starter-zipkin2"
compile "org.springframework.amqp:spring-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 spring-cloud-starter-sleuth-zipkin2 - that way all dependent dependencies will be downloaded
To automatically configure rabbit, simply add the spring-rabbit dependency