简体   繁体   English

Spring 和 Spring 引导兼容性

[英]Spring and Spring Boot Compatibility

Is there a way to check the compatibility of Spring framework and Springboot versions?有没有办法检查Spring框架和Springboot版本的兼容性?

I recently switched from Spring v4.3.20.RELEASE to Spring v5.2.20.RELEASE and Springboot v1.5.17 to v2.1.10.RELEASE And now, I am facing many compatibility issues.我最近从 Spring v4.3.20.RELEASE 切换到 Spring v5.2.20.RELEASE,将 Springboot v1.5.17 切换到 v2.1.10.RELEASE 现在,我面临许多兼容性问题。 I am having a hard time figuring out the compatible versions.我很难找出兼容的版本。

Please help请帮忙

Use at least Spring Boot 2.3.12 with Spring Framework 5.2.20.至少使用 Spring Boot 2.3.12 和 Spring Framework 5.2.20。

Note that Spring Boot 2.3.x and 2.4.x are no longer supported, and 2.5.x support ends soon.请注意,Spring Boot 2.3.x 和 2.4.x 不再受支持,2.5.x 支持即将结束。 Refer to release notes on the Spring Boot wiki at GitHub, and the support matrix at spring.io/projects/spring-boot请参阅位于 GitHub 的 Spring Boot wiki 上的发行说明,以及位于 spring.io/projects/spring-boot 的支持矩阵

Spring Boot normally manages your dependencies, so once you are on the current version you would not want to specify the Spring Framework version yourself. Spring Boot 通常会管理您的依赖项,因此一旦您使用当前版本,您就不想自己指定 Spring Framework 版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM