大家在开发过程中,一定会遇到springboot版本和springCloud版本不匹配的问题,今天在此我给整理了下适配版本,供大家使用。
SpringBoot版本整理
SpringBoot | Spring Framework | Spring Cloud |
1.1.x | 4.0.9.RELEASE | - |
1.2.x | 4.1.9.RELEASE | - |
1.3.x | 4.2.8.RELEASE | - |
1.4.x | 4.3.9.RELEASE | - |
1.5.x | 4.3.25.RELEASE | Dalston.x,Edgware.x |
2.0.x | 5.0.13.RELEASE | Finchley.x |
2.1.x | 5.1.19.RELEASE | Greenwich.x |
2.2.x | 5.2.12.RELEASE | Hoxton.x |
2.3.x | 5.2.15.RELEASE | Hoxton.x |
2.4.x | 5.3.13 | 2020.0.x |
2.5.x | 5.3.27 | 2020.0.x |
2.6.x | 5.3.27 | 2021.0.x |
2.7.x | 5.3.30 | 2021.0.x |
3.0.x,3.1.x | 6.0.12 | 2022.0.x |
3.2.x | 6.1.0-M5 | 2023.0.x |
参考
spring boot https://docs.spring.io/spring-boot/docs
spring Cloud https://docs.spring.io/spring-cloud/docs
Spring版本整理
Spring Framework | JDK | J2EE/JakartaEE |
6.1.x | 17-23 | Jakarta 9-11 |
6.0.x | 17-21 | Jakarta 9-10 |
5.3.x | 8-21 | J2EE 7-8 |
4.3.x | 6-8 | J2EE 6-7 |
3.0.x | 5-6 | J2EE 6 |
参考
3.0.x 2. New Features and Enhancements in Spring 3.0
4.3.x 3. New Features and Enhancements in Spring Framework 4.0
5.3.x What’s New in Spring Framework 5.x
6.1.x What’s New in Spring Framework 6.x