SpringBoot版本对应关系

前言

百度到的对应都已经比较老了,所以我来记录一下比较新的对应关系

正文

地址:start.spring.io/actuator/info

{
  "git": {
    "branch": "main",
    "commit": {
      "id": "e12b267",
      "time": "2024-05-23T14:02:14Z"
    }
  },
  "build": {
    "version": "0.0.1-SNAPSHOT",
    "artifact": "start-site",
    "versions": {
      "spring-boot": "3.2.4",
      "initializr": "0.21.0-SNAPSHOT"
    },
    "name": "start.spring.io website",
    "time": "2024-05-23T14:06:38.853Z",
    "group": "io.spring.start"
  },
  "bom-ranges": {
    "codecentric-spring-boot-admin": {
      "3.2.3": "Spring Boot >=3.1.0 and <3.3.0-M1"
    },
    "netflix-dgs": {
      "8.6.1": "Spring Boot >=3.1.0 and <3.3.0-M1"
    },
    "hilla": {
      "2.5.5": "Spring Boot >=3.1.0 and <3.3.0-M1"
    },
    "sentry": {
      "7.3.0": "Spring Boot >=2.7.0 and <3.3.0-M1"
    },
    "solace-spring-boot": {
      "2.0.0": "Spring Boot >=3.0.0"
    },
    "solace-spring-cloud": {
      "3.0.0": "Spring Boot >=3.0.0 and <3.1.0-M1",
      "3.1.0": "Spring Boot >=3.1.0-M1 and <3.2.0-M1",
      "4.0.0": "Spring Boot >=3.2.0-M1 and <3.3.0-M1"
    },
    "spring-ai": {
      "0.8.1": "Spring Boot >=3.2.0-M1 and <3.3.0-M1"
    },
    "spring-cloud": {
      "2022.0.5": "Spring Boot >=3.0.0 and <3.2.0-M1",
      "2023.0.0-RC1": "Spring Boot >=3.2.0-M1 and <3.2.0",
      "2023.0.1": "Spring Boot >=3.2.0"
    },
    "spring-cloud-azure": {
      "5.12.0": "Spring Boot >=3.0.0 and <3.3.0-M1"
    },
    "spring-cloud-gcp": {
      "4.10.1": "Spring Boot >=3.0.0 and <3.2.0-M1",
      "5.1.2": "Spring Boot >=3.2.0-M1 and <3.3.0-M1"
    },
    "spring-cloud-services": {
      "4.0.3": "Spring Boot >=3.0.0 and <3.2.0-M1",
      "4.1.0": "Spring Boot >=3.2.0-M1 and <3.3.0-M1"
    },
    "spring-modulith": {
      "1.0.7": "Spring Boot >=3.1.0 and <3.2.0-M1",
      "1.1.4": "Spring Boot >=3.2.0-M1 and <3.3.0-M1",
      "1.2.0-RC1": "Spring Boot >=3.3.0-M1"
    },
    "spring-shell": {
      "3.1.11": "Spring Boot >=3.1.0 and <3.2.0-M1",
      "3.2.4": "Spring Boot >=3.2.0-M1 and <3.3.0-M1",
      "3.3.0-M1": "Spring Boot >=3.3.0-M1"
    },
    "timefold-solver": {
      "1.10.0": "Spring Boot >=3.0.0 and <3.3.0-M1"
    },
    "vaadin": {
      "24.3.12": "Spring Boot >=3.0.0 and <3.3.0-M1"
    }
  },
  "dependency-ranges": {
    "dgs-codegen": {
      "6.2.1": "Spring Boot >=3.0.0-M1"
    },
    "okta": {
      "3.0.6": "Spring Boot >=3.0.0 and <3.3.0-M1"
    },
    "mybatis": {
      "3.0.3": "Spring Boot >=3.0.0"
    },
    "pulsar": {
      "0.2.0": "Spring Boot >=3.0.0 and <3.2.0-M3",
      "managed": "Spring Boot >=3.2.0-M3"
    },
    "pulsar-reactive": {
      "0.2.0": "Spring Boot >=3.0.0 and <3.2.0-M1",
      "managed": "Spring Boot >=3.2.0-M1"
    },
    "camel": {
      "4.2.0": "Spring Boot >=3.0.0 and <3.2.0-M1",
      "4.6.0": "Spring Boot >=3.2.0-M1 and <3.3.0-M1"
    },
    "picocli": {
      "4.7.5": "Spring Boot >=3.0.0 and <3.2.0-M1"
    },
    "wavefront": {
      "3.2.0": "Spring Boot >=3.2.0 and <3.3.0-M1",
      "managed": "Spring Boot >=3.3.0-M1"
    }
  }
}

更新时间:2024-05-24

这里获取到的基本都是SpringBoot3以上的对应关系了,SpringBoot2的对应关系可以百度找一下哈

SpringBoot与SpringCloud的版本对应关系

因为经常用这个,所以在这特别记一下,这里会放出上面说到的SpringBoot3与百度到的SpringBoot2(可惜这个还是太老,没有SpringBoot2.7的)

"spring-cloud": {
    "2022.0.5": "Spring Boot >=3.0.0 and <3.2.0-M1",
    "2023.0.0-RC1": "Spring Boot >=3.2.0-M1 and <3.2.0",
    "2023.0.1": "Spring Boot >=3.2.0"
},
"spring-cloud-azure": {
    "5.12.0": "Spring Boot >=3.0.0 and <3.3.0-M1"
},
"spring-cloud-gcp": {
    "4.10.1": "Spring Boot >=3.0.0 and <3.2.0-M1",
    "5.1.2": "Spring Boot >=3.2.0-M1 and <3.3.0-M1"
},
"spring-cloud-services": {
    "4.0.3": "Spring Boot >=3.0.0 and <3.2.0-M1",
    "4.1.0": "Spring Boot >=3.2.0-M1 and <3.3.0-M1"
}

结语

佛祖保佑,祝大家代码永不出错!~ 

  • 10
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值