码农知识堂 - 1000bd
  •   Python
  •   PHP
  •   JS/TS
  •   JAVA
  •   C/C++
  •   C#
  •   GO
  •   Kotlin
  •   Swift
  • Spring Cloud版本,Spring Boot版本详细对应关系


    目录

    一、官网(网页版)

    二、官网(API接口)

    三、根据历史官方文档梳理、保存的表格

    四、官方(wiki)Spring Cloud的各个组件与Spring Boot支持、对应关系


    有多个方式可以查看Spring Boot和Spring Cloud版本的详细对应关系

    一、官网(网页版)

    官方的对应关系,只是有一些小版本不如第二种API方式详细

    以下是2022.11.21时的截图

    Spring Cloud

    大版本里的小版本对应关系,可以点击蓝色文字链接进入,比如点击Finchely后跳转到git里的版本记录,提示支持Spring Boot 2.0.x,不支持1.x.y

    二、官网(API接口)

     访问官方的API接口,从结果里读取(有一些历史的版本对应关系也没有返回了)

    https://start.spring.io/actuator/info

    这个接口,也是我们使用IDEA等工具,新建Spring Cloud项目时,如果选择的是actuator,使用的接口。里面包含的对应关系很多,不止Spring Cloud版本,还有MyBatis版本等。

    格式化后:

    三、根据历史官方文档梳理、保存的表格

    因为官网对于历史版本的支持比较少,很多历史版本的对应关系都不显示了,可以查看整理后的文档来查找对应关系

    SpringCloud版本SpringBoot版本
    2022.0.0-RC1Spring Boot >=3.0.0-RC1 and <3.1.0-M1
    2022.0.0-M5Spring Boot >=3.0.0-M5 and <3.0.0-RC1
    2022.0.0-M4Spring Boot >=3.0.0-M4 and <3.0.0-M5
    2022.0.0-M3Spring Boot >=3.0.0-M3 and <3.0.0-M4
    2022.0.0-M2Spring Boot >=3.0.0-M2 and <3.0.0-M3
    2022.0.0-M1Spring Boot >=3.0.0-M1 and <3.0.0-M2
    2021.0.5Spring Boot >=2.6.1 and <3.0.0-M1
    2021.0.1-SNAPSHOTSpring Boot >=2.6.4-SNAPSHOT and <2.7.0-M1
    2021.0.0Spring Boot >=2.6.1 and <2.6.4-SNAPSHOT
    2021.0.0-RC1Spring Boot >=2.6.0-RC1 and <2.6.1
    2021.0.0-M3Spring Boot >=2.6.0-M3 and <2.6.0-RC1
    2021.0.0-M1Spring Boot >=2.6.0-M1 and <2.6.0-M3
    2020.0.5Spring Boot >=2.4.0.M1 and <2.6.0-M1
    Hoxton.SR12Spring Boot >=2.2.0.RELEASE and <2.4.0.M1
    Hoxton.BUILD-SNAPSHOTSpring Boot >=2.2.0.BUILD-SNAPSHOT
    Hoxton.M2Spring Boot >=2.2.0.M4 and <=2.2.0.M5
    Greenwich.BUILD-SNAPSHOTSpring Boot >=2.1.9.BUILD-SNAPSHOT and <2.2.0.M4
    Greenwich.SR2Spring Boot >=2.1.0.RELEASE and <2.1.9.BUILD-SNAPSHOT
    Greenwich.M1Spring Boot >=2.1.0.M3 and <2.1.0.RELEASE
    Finchley.BUILD-SNAPSHOTSpring Boot >=2.0.999.BUILD-SNAPSHOT and <2.1.0.M3
    Finchley.SR4Spring Boot >=2.0.3.RELEASE and <2.0.999.BUILD-SNAPSHOT
    Finchley.RC2Spring Boot >=2.0.2.RELEASE and <2.0.3.RELEASE
    Finchley.RC1Spring Boot >=2.0.1.RELEASE and <2.0.2.RELEASE
    Finchley.M9Spring Boot >=2.0.0.RELEASE and <=2.0.0.RELEASE
    Finchley.M7Spring Boot >=2.0.0.RC2 and <=2.0.0.RC2
    Finchley.M6Spring Boot >=2.0.0.RC1 and <=2.0.0.RC1
    Finchley.M5Spring Boot >=2.0.0.M7 and <=2.0.0.M7
    Finchley.M4Spring Boot >=2.0.0.M6 and <=2.0.0.M6
    Finchley.M3Spring Boot >=2.0.0.M5 and <=2.0.0.M5
    Finchley.M2Spring Boot >=2.0.0.M3 and <2.0.0.M5
    Edgware.SR51.5.20.RELEASE
    Edgware.SR51.5.16.RELEASE
    Edgware.RELEASE1.5.9.RELEASE
    Dalston.RC11.5.2.RELEASE

    四、官方(wiki)Spring Cloud的各个组件与Spring Boot支持、对应关系

    https://github.com/spring-cloud/spring-cloud-release/wiki/Supported-Versions

    2022.0 (Kilburn)2021.0 (Jubilee)2020.0 (ilford)HoxtonGreenwichFinchleyEdgware
    spring-boot3.0.x2.7.x/2.6.x2.5.x/2.4.x2.3.x/2.2.x2.1.x2.0.x1.5.x
    spring-cloud-bus4.0.x3.1.x3.0.x2.2.x2.1.x2.0.x1.3.x
    spring-cloud-circuitbreaker3.0.x2.1.x2.0.x1.0.x---
    spring-cloud-cli-3.1.x3.0.x2.2.x2.1.x2.0.x1.4.x
    spring-cloud-cloudfoundry-3.1.x3.0.x2.2.x2.1.x2.0.x1.1.x
    spring-cloud-commons4.0.x3.1.x3.0.x2.2.x2.1.x2.0.x1.3.x
    spring-cloud-config4.0.x3.1.x3.0.x2.2.x2.1.x2.0.x1.4.x
    spring-cloud-consul4.0.x3.1.x3.0.x2.2.x2.1.x2.0.x1.3.x
    spring-cloud-contract4.0.x3.1.x3.0.x2.2.x2.1.x2.0.x1.2.x
    spring-cloud-function3.2.x3.2.x3.1.x3.0.x2.0.x1.0.x1.0.x
    spring-cloud-gateway4.0.x3.1.x3.0.x2.2.x2.1.x2.0.x1.0.x
    spring-cloud-kubernetes3.0.x2.1.x2.0.x1.1.x1.0.x--
    spring-cloud-netflix4.0.x3.1.x3.0.x2.2.x2.1.x2.0.x1.4.x
    spring-cloud-openfeign4.0.x3.1.x3.0.x2.2.x2.1.x--
    spring-cloud-security---2.2.x2.1.x2.0.x1.2.x
    spring-cloud-sleuth-3.1.x3.0.x2.2.x2.1.x2.0.x1.3.x
    spring-cloud-stream4.0.x3.2.x3.1.xHorsham.xFishtown.xElmhurst.xDitmars.x
    spring-cloud-task3.0.x2.4.x2.3.x2.2.x2.1.x2.0.x1.2.x
    spring-cloud-vault4.0.x3.1.x3.0.x2.2.x2.1.x2.0.x1.1.x
    spring-cloud-zookeeper4.0.x3.1.x3.0.x2.2.x2.1.x2.0.x1.2.x

  • 相关阅读:
    Linux常用命令
    SharePreference与MMKV对比
    bert训练的一些技巧(rand() < self.skipgram_prb)
    PGSQL中的LIKE,ILIKE,SIMILAR TO的使用
    面试打底稿① 专业技能的第一部分
    【数学建模】复杂水平井三维轨道设计附论文和matlab代码
    java-net-php-python-ssm个人阅读清单系统计算机毕业设计程序
    数据结构与算法之树、森林与二叉树的转换(手绘)
    利用Scanorama高效整合异质单细胞转录组
    独立站运营中如何提升客户留存率?客户细分很重要!
  • 原文地址:https://blog.csdn.net/lzhfdxhxm/article/details/127961189
  • 最新文章
  • 【JVM】编译执行与解释执行的区别是什么?JVM 使用哪种方式?
    用 Hashids 优雅解决 C 端自增 ID 暴露问题
    V8引擎 精品漫游指南--Ignition篇(上) 指令 栈帧 槽位 调用约定 内存布局 基础内容
    LLVM Pass快速入门(四):代码插桩
    milkup:桌面端 markdown AI续写和即时渲染
    基于项目工程构建SBOM(软件物料清单)的研究
    鸿蒙应用开发UI基础第二节:鸿蒙应用程序框架核心解析与实操
    .NET 中如何快速实现 List 集合去重?
    扣子Coze实战:从0到1打造抖音+小红书热点监控智能体
    浅谈数据访问层
  • 热门文章
  • 十款代码表白小特效 一个比一个浪漫 赶紧收藏起来吧!!!
    奉劝各位学弟学妹们,该打造你的技术影响力了!
    五年了,我在 CSDN 的两个一百万。
    Java俄罗斯方块,老程序员花了一个周末,连接中学年代!
    面试官都震惊,你这网络基础可以啊!
    你真的会用百度吗?我不信 — 那些不为人知的搜索引擎语法
    心情不好的时候,用 Python 画棵樱花树送给自己吧
    通宵一晚做出来的一款类似CS的第一人称射击游戏Demo!原来做游戏也不是很难,连憨憨学妹都学会了!
    13 万字 C 语言从入门到精通保姆级教程2021 年版
    10行代码集2000张美女图,Python爬虫120例,再上征途
小工具 小游戏
Copyright © 2022 侵权请联系2656653265@qq.com    京ICP备2022015340号-1

京公网安备 11010502049817号