Clarify dependency coordinates for 0.2.x (#453)

This commit is contained in:
Chris Bono
2023-09-20 23:29:34 -05:00
committed by GitHub
parent c7351f4fbd
commit e83d28d485
2 changed files with 15 additions and 0 deletions

View File

@@ -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

View File

@@ -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: