Clarify dependency coordinates for 0.2.x (#453)
This commit is contained in:
@@ -28,6 +28,13 @@ dependencies {
|
||||
}
|
||||
----
|
||||
|
||||
[CAUTION]
|
||||
====
|
||||
When using `Version 0.2.x` the above coordinates change as follows:
|
||||
|
||||
* `groupId` -> `org.springframework.pulsar`
|
||||
* `artifactId` -> `spring-pulsar-spring-boot-starter`
|
||||
====
|
||||
|
||||
== Application Code
|
||||
|
||||
|
||||
@@ -28,6 +28,14 @@ dependencies {
|
||||
}
|
||||
----
|
||||
|
||||
[CAUTION]
|
||||
====
|
||||
When using `Version 0.2.x` the above coordinates change as follows:
|
||||
|
||||
* `groupId` -> `org.springframework.pulsar`
|
||||
* `artifactId` -> `spring-pulsar-reactive-spring-boot-starter`
|
||||
====
|
||||
|
||||
== Application Code
|
||||
|
||||
Here is the application source code:
|
||||
|
||||
Reference in New Issue
Block a user