【Table 1. Release train Spring Boot compatibility】
2022-06-23为止,以下最新的对应关系:
Release Train | Boot Version |
---|---|
2021.0.x aka Jubilee | 2.6.x |
2020.0.x aka Ilford | 2.4.x, 2.5.x (Starting with 2020.0.3) |
Hoxton | 2.2.x, 2.3.x (Starting with SR5) |
Greenwich | 2.1.x |
Finchley | 2.0.x |
Edgware | 1.5.x |
Dalston | 1.5.x |
Spring Cloud Dalston, Edgware, Finchley和Greenwich都已到达生命状态的终点,不再被支持。
现在,您已经知道了要使用哪个版本系列以及该版本系列的最新服务版本,就可以将Spring Cloud BOM添加到您的应用程序中了。
1 | <properties> |
1 | buildscript { |