Spring Cloud 和 Spring Boot 版本关系
-
Spring Cloud 2020.x 和 Spring Boot 2.4.x:
- Spring Cloud 2020.x 系列版本通常与 Spring Boot 2.4.x 版本兼容。
- 例如,Spring Cloud 2020.0.x 与 Spring Boot 2.4.x 兼容。
-
Spring Cloud Hoxton 和 Spring Boot 2.2.x:
- Spring Cloud Hoxton 系列版本通常与 Spring Boot 2.2.x 版本兼容。
- 例如,Spring Cloud Hoxton.SR7 与 Spring Boot 2.2.5.RELEASE 兼容。
-
Spring Cloud Greenwich 和 Spring Boot 2.1.x:
- Spring Cloud Greenwich 系列版本通常与 Spring Boot 2.1.x 版本兼容。
- 例如,Spring Cloud Greenwich.RELEASE 与 Spring Boot 2.1.9.RELEASE 兼容。
-
Spring Cloud Finchley 和 Spring Boot 2.0.x:
- Spring Cloud Finchley 系列版本通常与 Spring Boot 2.0.x 版本兼容。
- 例如,Spring Cloud Finchley.RELEASE 与 Spring Boot 2.0.6.RELEASE 兼容。
请注意,这只是一个概括,实际使用时最好查看官方文档以获取确切的版本兼容性信息,因为版本兼容性可能会因发布新版本而有所变化。另外,Spring Cloud 和 Spring Boot 团队通常会定期发布新的版本,因此你可能会在我知识截断日期之后看到新的版本。
Was this helpful?
0 / 0