diff --git a/multi/multi_pr01.html b/multi/multi_pr01.html index 575624e..1e178ff 100644 --- a/multi/multi_pr01.html +++ b/multi/multi_pr01.html @@ -5,4 +5,4 @@ broker. This broker can then be used to broadcast state changes (such as configu changes) or other management instructions. A key idea is that the bus is like a distributed actuator for a Spring Boot application that is scaled out. However, it can also be used as a communication channel between apps. This project provides starters for -either an AMQP broker or Kafka as the transport.

Unresolved directive in spring-cloud-bus.adoc - include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/contributing-docs.adoc[]

\ No newline at end of file +either an AMQP broker or Kafka as the transport.

[Note]Note

Spring Cloud is released under the non-restrictive Apache 2.0 license. If you would like to contribute to this section of the documentation or if you find an error, please find the source code and issue trackers in the project at github.

\ No newline at end of file diff --git a/single/spring-cloud-bus.html b/single/spring-cloud-bus.html index 9d4d829..0f13097 100644 --- a/single/spring-cloud-bus.html +++ b/single/spring-cloud-bus.html @@ -5,7 +5,7 @@ broker. This broker can then be used to broadcast state changes (such as configu changes) or other management instructions. A key idea is that the bus is like a distributed actuator for a Spring Boot application that is scaled out. However, it can also be used as a communication channel between apps. This project provides starters for -either an AMQP broker or Kafka as the transport.

Unresolved directive in spring-cloud-bus.adoc - include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/contributing-docs.adoc[]

1. Quick Start

Spring Cloud Bus works by adding Spring Boot autconfiguration if it detects itself on the +either an AMQP broker or Kafka as the transport.

[Note]Note

Spring Cloud is released under the non-restrictive Apache 2.0 license. If you would like to contribute to this section of the documentation or if you find an error, please find the source code and issue trackers in the project at github.

1. Quick Start

Spring Cloud Bus works by adding Spring Boot autconfiguration if it detects itself on the classpath. To enable the bus, add spring-cloud-starter-bus-amqp or spring-cloud-starter-bus-kafka to your dependency management. Spring Cloud takes care of the rest. Make sure the broker (RabbitMQ or Kafka) is available and configured. When diff --git a/spring-cloud-bus.xml b/spring-cloud-bus.xml index c988466..acc76cb 100644 --- a/spring-cloud-bus.xml +++ b/spring-cloud-bus.xml @@ -14,7 +14,9 @@ changes) or other management instructions. A key idea is that the bus is like a distributed actuator for a Spring Boot application that is scaled out. However, it can also be used as a communication channel between apps. This project provides starters for either an AMQP broker or Kafka as the transport. -Unresolved directive in spring-cloud-bus.adoc - include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/contributing-docs.adoc[] + +Spring Cloud is released under the non-restrictive Apache 2.0 license. If you would like to contribute to this section of the documentation or if you find an error, please find the source code and issue trackers in the project at github. + Quick Start