diff --git a/src/reference/asciidoc/quick-tour.adoc b/src/reference/asciidoc/quick-tour.adoc index 6a28f083..19709359 100644 --- a/src/reference/asciidoc/quick-tour.adoc +++ b/src/reference/asciidoc/quick-tour.adoc @@ -28,6 +28,28 @@ compile 'org.springframework.kafka:spring-kafka:{project-version}' ---- ==== +IMPORTANT: When using Spring Boot, omit the version and Boot will automatically bring in the correct version that is compatible with your Boot version: + +==== +[source,xml,subs="+attributes"] +---- + + org.springframework.kafka + spring-kafka + +---- +==== + +The following example shows how to do so with Gradle: + +==== +[source,groovy,subs="+attributes"] +---- +compile 'org.springframework.kafka:spring-kafka' +---- +==== + + [[compatibility]] ==== Compatibility