Sync docs from master to gh-pages
This commit is contained in:
@@ -873,8 +873,12 @@ the Spring BOM</p>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-sleuth-stream</artifactId>
|
||||
</dependency>
|
||||
<!-- EXAMPLE FOR RABBIT BINDING -->
|
||||
<dependency> <b class="conum">(3)</b>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-sleuth</artifactId>
|
||||
</dependency>
|
||||
<!-- EXAMPLE FOR RABBIT BINDING -->
|
||||
<dependency> <b class="conum">(4)</b>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-stream-binder-rabbit</artifactId>
|
||||
</dependency></code></pre>
|
||||
@@ -890,6 +894,9 @@ the Spring BOM</p>
|
||||
<p>Add the dependency to <code>spring-cloud-sleuth-stream</code></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Add the dependency to <code>spring-cloud-starter-sleuth</code> - that way all dependant dependencies will be downloaded</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Add a binder (e.g. Rabbit binder) to tell Spring Cloud Stream what it should bind to</p>
|
||||
</li>
|
||||
</ol>
|
||||
@@ -905,8 +912,9 @@ the Spring BOM</p>
|
||||
|
||||
dependencies {
|
||||
compile "org.springframework.cloud:spring-cloud-sleuth-stream" <b class="conum">(2)</b>
|
||||
compile "org.springframework.cloud:spring-cloud-starter-sleuth" <b class="conum">(3)</b>
|
||||
// Example for Rabbit binding
|
||||
compile "org.springframework.cloud:spring-cloud-stream-binder-rabbit" <b class="conum">(3)</b>
|
||||
compile "org.springframework.cloud:spring-cloud-stream-binder-rabbit" <b class="conum">(4)</b>
|
||||
}</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
@@ -920,6 +928,9 @@ the Spring BOM</p>
|
||||
<p>Add the dependency to <code>spring-cloud-sleuth-stream</code></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Add the dependency to <code>spring-cloud-starter-sleuth</code> - that way all dependant dependencies will be downloaded</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Add a binder (e.g. Rabbit binder) to tell Spring Cloud Stream what it should bind to</p>
|
||||
</li>
|
||||
</ol>
|
||||
@@ -950,8 +961,12 @@ dependency</p>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-sleuth-zipkin-stream</artifactId>
|
||||
</dependency>
|
||||
<!-- EXAMPLE FOR RABBIT BINDING -->
|
||||
<dependency> <b class="conum">(3)</b>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-sleuth</artifactId>
|
||||
</dependency>
|
||||
<!-- EXAMPLE FOR RABBIT BINDING -->
|
||||
<dependency> <b class="conum">(4)</b>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-stream-binder-rabbit</artifactId>
|
||||
</dependency></code></pre>
|
||||
@@ -967,6 +982,9 @@ the Spring BOM</p>
|
||||
<p>Add the dependency to <code>spring-cloud-sleuth-zipkin-stream</code></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Add the dependency to <code>spring-cloud-starter-sleuth</code> - that way all dependant dependencies will be downloaded</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Add a binder (e.g. Rabbit binder) to tell Spring Cloud Stream what it should bind to</p>
|
||||
</li>
|
||||
</ol>
|
||||
@@ -982,8 +1000,9 @@ the Spring BOM</p>
|
||||
|
||||
dependencies {
|
||||
compile "org.springframework.cloud:spring-cloud-sleuth-zipkin-stream" <b class="conum">(2)</b>
|
||||
compile "org.springframework.cloud:spring-cloud-starter-sleuth" <b class="conum">(3)</b>
|
||||
// Example for Rabbit binding
|
||||
compile "org.springframework.cloud:spring-cloud-stream-binder-rabbit" <b class="conum">(3)</b>
|
||||
compile "org.springframework.cloud:spring-cloud-stream-binder-rabbit" <b class="conum">(4)</b>
|
||||
}</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
@@ -997,6 +1016,9 @@ the Spring BOM</p>
|
||||
<p>Add the dependency to <code>spring-cloud-sleuth-zipkin-stream</code></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Add the dependency to <code>spring-cloud-starter-sleuth</code> - that way all dependant dependencies will be downloaded</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Add a binder (e.g. Rabbit binder) to tell Spring Cloud Stream what it should bind to</p>
|
||||
</li>
|
||||
</ol>
|
||||
@@ -2053,7 +2075,7 @@ To disable Zuul support set the <code>spring.sleuth.zuul.enabled</code> property
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2016-05-10 09:08:34 CEST
|
||||
Last updated 2016-05-12 17:00:30 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user