springcloud和springboot版本对照表
Spring Cloud和Spring Boot之间的兼容性通常通过Spring官方文档提供的版本Edgware SR5以后的版本,可以在Spring官方网站的项目页面中找到。
以下是一些常见的版本对照表:
Spring Cloud VersionSpring Boot Version
Hoxton.SR12.2.x.RELEASE
Greenwich2.1.x.RELEASE
Finchley2.0.x.RELEASE
Edgware1.5.x.RELEASE
Dalston1.5.x.RELEASE
请注意,SRX表示“Service Release”,这是稳定版本的补丁版本。
如果您想要知道具体的版本号,可以在Spring Initializr(https://start.spring.io/)中选择对应的版本进行查看。
此外,Spring Cloud的版本也会在GitHub上的对应项目中的releases页面更新。
例如,查看Spring Cloud Hoxton版本的兼容性:
https://github.com/spring-projects/spring-cloud/wiki/Spring-Cloud-Hoxton-Release-Notes
在这个页面,你可以找到Spring Cloud Hoxton支持的Spring Boot的具体版本。
评论已关闭