Spring Boot 2.6.0和Spring Cloud的版本兼容性是什么?

huangapple go评论53阅读模式
英文:

What is the version compatibility of Spring boot 2.6.0 and Spring Cloud?

问题

我已将Spring Boot版本升级至2.6.0,而我的Spring Cloud版本仍然是Brixton.Build-SNAPSHOT(1.1.2.RELEASE)。现在我的应用程序无法启动,出现了一些版本兼容性问题。所以是否有任何兼容性列表,我可以参考以升级我的Spring Cloud版本?

英文:

I have updated my spring boot version to 2.6.0 and my spring cloud version is still Brixton.Build-SNAPSHOT (1.1.2.RELEASE). Now my application is not getting started. Giving some version compatibility issue. So Is there any compatibility list that I can refer to upgrade my spring cloud version as well ?

答案1

得分: 1

查看 https://spring.io/projects/spring-cloud

"使用 Spring Cloud 2021.0.x,也称为 Jubilee,适用于 Spring Boot 2.6.x 和 2.7.x(从 2021.0.3 开始)"

最新的 2021.0.x 版本是 2021.0.5。

额外信息:Spring Boot 2.6 已于 2022 年 11 月 24 日到达生命周期终点,当前支持的 Spring Boot 版本(截止到 2023 年 2 月)为 2.7.x 和 3.x。请查看此链接:https://spring.io/projects/spring-boot#support

英文:

See https://spring.io/projects/spring-cloud

"Use Spring Cloud 2021.0.x aka Jubilee for Spring Boot 2.6.x, 2.7.x (Starting with 2021.0.3)"

Latest 2021.0.x version is 2021.0.5.

Additional information: Spring Boot 2.6 reached end of life on 24 Nov 2022, current supported Spring Boot versions (02/2023) are 2.7.x and 3.x. See here: https://spring.io/projects/spring-boot#support

huangapple
  • 本文由 发表于 2023年2月23日 19:54:27
  • 转载请务必保留本文链接:https://go.coder-hub.com/75544492.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定