Quick Start Doc Polishing (version)

This commit is contained in:
Gary Russell
2019-12-03 08:59:37 -05:00
parent cda70d4730
commit e5b9cf56ba

View File

@@ -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"]
----
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
</dependency>
----
====
The following example shows how to do so with Gradle:
====
[source,groovy,subs="+attributes"]
----
compile 'org.springframework.kafka:spring-kafka'
----
====
[[compatibility]]
==== Compatibility