springboot与springcloud对应版本

Spring Boot 与 Spring Cloud Alibaba 版本对应关系

请根据您使用的 Spring Boot 版本,选择兼容的 Spring Cloud Alibaba 版本:

Spring Boot Version Spring Cloud Alibaba Version Spring Cloud Version

3.0.2 2022.0.0.0 Spring Cloud 2022.0.0

3.0.2 2022.0.0.0-RC2 Spring Cloud 2022.0.0

3.0.0 2022.0.0.0-RC1 Spring Cloud 2022.0.0

2.6.13 2021.0.5.0 Spring Cloud 2021.0.5

2.6.11 2021.0.4.0 Spring Cloud 2021.0.4

2.6.3 2021.0.1.0 Spring Cloud 2021.0.1

2.4.2 2021.1 Spring Cloud 2020.0.1

2.3.12.RELEASE 2.2.10-RC1 Spring Cloud Hoxton.SR12

2.3.12.RELEASE 2.2.9.RELEASE Spring Cloud Hoxton.SR12

2.3.12.RELEASE 2.2.8.RELEASE Spring Cloud Hoxton.SR12

2.3.12.RELEASE 2.2.7.RELEASE Spring Cloud Hoxton.SR12

2.3.2.RELEASE 2.2.6.RELEASE Spring Cloud Hoxton.SR9

2.2.5.RELEASE 2.2.1.RELEASE Spring Cloud Hoxton.SR3

2.2.X.RELEASE 2.2.0.RELEASE Spring Cloud Hoxton.RELEASE

2.1.13.RELEASE 2.1.4.RELEASE Spring Cloud Greenwich.SR6

2.1.X.RELEASE 2.1.2.RELEASE Spring Cloud Greenwich

2.0.X.RELEASE 2.0.4.RELEASE(停止维护,建议升级) Spring Cloud Finchley

1.5.X.RELEASE 1.5.1.RELEASE(停止维护,建议升级) Spring Cloud Edgware

相关推荐
karry_k3 分钟前
MyBatis批量insert-select踩坑:useGeneratedKeys=true 可能让PostgreSQL返回大量插入结果
java·后端
karry_k10 分钟前
PostgreSQL 在 MyBatis 中执行正常 SQL 失效:一次 DELETE USING 踩坑记录
java·后端
SamDeepThinking4 小时前
从源码到代码:MyBatis-Flex 与 MyBatis-Plus 的逐项对比
java·后端·程序员
她的男孩7 小时前
Spring Boot 接 Flowable 工作流:用 3 个注解搭一个请假审批流程
java·后端·架构
荣码8 小时前
LLM结构化输出:让AI返回JSON而不是废话,我踩了4个坑
java·python
plainGeekDev10 小时前
Gson → kotlinx.serialization
android·java·kotlin
小bo波18 小时前
Java Swing 图形用户界面实验 —— 从算术练习到游戏开发的完整实践
java·课程设计·gui·游戏开发·扫雷·swing
咖啡八杯20 小时前
GoF设计模式——备忘录模式
java·后端·spring·设计模式