Skip to content

Commit aba8081

Browse files
docs: add version compatibility section to README
1 parent 127aaef commit aba8081

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ The starters wrap Spring Boot auto-configuration patterns and expose a consisten
2121
* Spring Boot 4.0.x (pulled in via the parent BOM)
2222
* One or more of the supported back-end clients (Lettuce or Jedis for Redis, Spring AMQP, InfluxDB Java client)
2323

24+
== Version Compatibility
25+
26+
* Spring Boot 4.0.x -> use starter 3.x
27+
* Spring Boot 3.5.x -> use starter 2.x
28+
* Spring Boot 2.7.x -> use starter 1.x
29+
2430
== Modules
2531

2632
[cols="1,1,2",options="header"]
@@ -234,6 +240,10 @@ private InfluxDBClient hkInfluxClient;
234240

235241
Run `mvn validate` to apply license headers and `mvn clean install` to build all modules. Individual modules can be built with `mvn -pl <module> -am package`.
236242

243+
== Feedback
244+
245+
有问题、有优化意见,欢迎提 issues,促进开源更新。
246+
237247
== License
238248

239249
Spring Boot Multi Source Starters are released under the https://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license].

0 commit comments

Comments
 (0)