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

相关推荐
aosky4 小时前
Linux 写内容到文件的几种方式
java·linux·服务器
Wang's Blog5 小时前
Java框架快速入门: Spring Security+OAuth2之邮件验证码发送(SMTP与API方式)
java·数据库·spring
砚底藏山河6 小时前
容错重试与指数退避:网络抖动手抖不再丢数据(魔码量化实战 #04)
java·数据库·python·金融
梨涡泥窝6 小时前
JavaWeb——基于 Spring Boot + Vue 的图书管理系统的设计与实现
vue.js·spring boot·后端
2501_930472446 小时前
云安全自查清单:用腾讯云助手 30 分钟完成一次权限与密钥体检
java·腾讯云
letisgo56 小时前
JAVA 高级进阶05篇《Spring容器机制:Bean生命周期与三级缓存全解》
java·spring·面试·ioc·源码分析
岁月如歌77866 小时前
分布式锁完全指南:从数据库到 Redisson 的演进
java·后端·架构
AI深栈7 小时前
第 8 章 · Tool Calling 与 Tool Search
java·人工智能
写后端的胖头鱼7 小时前
【高频面试题】spring事物失效场景(带原理 + 代码示例)
java·后端·spring·事务·事物失效
小孩玩什么7 小时前
深入理解字符串匹配算法:BF算法,KMP算法
java·c语言·开发语言·数据结构·c++·算法