当前位置: 首页 > news >正文

SpringBoot、SpringCloud 版本查看

1、SpringBoot 官网地址

        https://spring.io/projects/spring-boot#learn

spring-boot-starter-parent 版本列表可查看:

https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent

2、SpringCloud 官网地址

        https://spring.io/projects/spring-cloud#learn

   spring-cloud-dependencies 版本列表可查看:  

        https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependencies

         https://docs.spring.io/spring-cloud/docs/2021.0.8/reference/html/

3、SpringBoot 与 SpringCloud 版本对应

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

        2023年8月3日内容

{
git: {
branch: "becf4950e2f92f874633bacdcea750142ed2cef4",
commit: {
id: "becf495",
time: "2023-08-02T11:41:07Z"
}
},
build: {
version: "0.0.1-SNAPSHOT",
artifact: "start-site",
versions: {
spring-boot: "3.1.2",
initializr: "0.20.1-SNAPSHOT"
},
name: "start.spring.io website",
time: "2023-08-02T11:44:10.452Z",
group: "io.spring.start"
},
bom-ranges: {
codecentric-spring-boot-admin: {
2.6.8: "Spring Boot >=2.6.0 and <2.7.0-M1",
2.7.4: "Spring Boot >=2.7.0-M1 and <3.0.0-M1",
3.0.4: "Spring Boot >=3.0.0-M1 and <3.1.0-M1",
3.1.1: "Spring Boot >=3.1.0-M1 and <3.2.0-M1"
},
hilla: {
2.1.4: "Spring Boot >=3.1.0-M1 and <3.2.0-M1"
},
sentry: {
6.26.0: "Spring Boot >=2.7.0 and <3.2.0-M1"
},
solace-spring-boot: {
1.2.2: "Spring Boot >=2.6.0 and <3.0.0-M1",
2.0.0: "Spring Boot >=3.0.0-M1"
},
solace-spring-cloud: {
2.3.2: "Spring Boot >=2.6.0 and <3.0.0-M1",
3.0.0: "Spring Boot >=3.0.0-M1"
},
spring-cloud: {
2021.0.8: "Spring Boot >=2.6.0 and <3.0.0",
2022.0.4: "Spring Boot >=3.0.0 and <3.2.0-M1"
},
spring-cloud-azure: {
4.10.0: "Spring Boot >=2.6.0 and <3.0.0-M1",
5.4.0: "Spring Boot >=3.0.0-M1 and <3.2.0-M1"
},
spring-cloud-gcp: {
3.5.4: "Spring Boot >=2.6.0 and <3.0.0-M1",
4.5.1: "Spring Boot >=3.0.0-M1 and <3.2.0-M1"
},
spring-cloud-services: {
3.4.0: "Spring Boot >=2.6.0 and <2.7.0-M1",
3.5.0: "Spring Boot >=2.7.0-M1 and <3.0.0-M1",
4.0.3: "Spring Boot >=3.0.0 and <3.2.0-M1"
},
spring-modulith: {
1.0.0-M1: "Spring Boot >=3.1.0 and <3.2.0-M1"
},
spring-shell: {
2.1.12: "Spring Boot >=2.7.0 and <3.0.0-M1",
3.0.7: "Spring Boot >=3.0.0 and <3.1.0-M1",
3.1.3: "Spring Boot >=3.1.0 and <3.2.0-M1"
},
vaadin: {
23.2.15: "Spring Boot >=2.6.0 and <2.7.0-M1",
23.3.18: "Spring Boot >=2.7.0-M1 and <3.0.0-M1",
24.0.11: "Spring Boot >=3.0.0-M1 and <3.1.0-M1",
24.1.4: "Spring Boot >=3.1.0-M1 and <3.2.0-M1"
},
wavefront: {
2.2.2: "Spring Boot >=2.6.0 and <2.7.0-M1",
2.3.4: "Spring Boot >=2.7.0-M1 and <3.0.0-M1",
3.0.1: "Spring Boot >=3.0.0-M1 and <3.1.0-M1"
}
},
dependency-ranges: {
okta: {
2.1.6: "Spring Boot >=2.6.0 and <3.0.0-M1",
3.0.4: "Spring Boot >=3.0.0-M1 and <3.2.0-M1"
},
mybatis: {
2.2.2: "Spring Boot >=2.6.0 and <2.7.0-M1",
2.3.1: "Spring Boot >=2.7.0-M1 and <3.0.0-M1",
3.0.2: "Spring Boot >=3.0.0-M1"
},
pulsar: {
0.2.0: "Spring Boot >=3.0.0 and <3.2.0-M1"
},
pulsar-reactive: {
0.2.0: "Spring Boot >=3.0.0 and <3.2.0-M1"
},
camel: {
3.17.0: "Spring Boot >=2.6.0 and <2.7.0-M1",
3.20.6: "Spring Boot >=2.7.0.M1 and <3.0.0-M1",
4.0.0-RC2: "Spring Boot >=3.0.0-M1 and <3.2.0-M1"
},
picocli: {
4.7.4: "Spring Boot >=2.6.0 and <3.1.0-M1"
}
}
}
http://www.lryc.cn/news/108898.html

相关文章:

  • AI Chat 设计模式:12. 享元模式
  • Spring mvc:SpringServletContainerInitializer
  • 微信小程序中的全局数据共享(状态管理)使用介绍
  • LLM - LLama 模型读取报错 TypeError: not a string
  • 2023年08月在线IDE流行度最新排名
  • k8s的架构
  • 数据分析基础-Excel图表的美化操作(按照教程一步步操作)
  • Mybatis嵌套查询(一对多)
  • web前端转正工作总结范文5篇
  • P1144 最短路计数
  • Docker入门之命令
  • Multimodal Learning with Transformer: A Survey
  • 网工内推 | 实施、售后工程师,厂商认证优先
  • 小程序商品如何设置限购
  • 通信原理复习公式整理(自用/持续更新)
  • TypeScript实战篇 - TS实战: 服务层开发 - 完整的聊天服务
  • 【雕爷学编程】MicroPython动手做(32)——物联网之MQTT
  • 操作系统专栏4-网络专题from小林coding
  • 《C和指针》(6)指针
  • 零基础强化学习入门分享
  • QT快捷键
  • LabVIEW 开发在不确定路况下自动速度辅助系统
  • 《面试1v1》ElasticSearch 和 Lucene
  • P5727 【深基5.例3】冰雹猜想
  • ConcurrentHashMap1.7 源码浅析
  • 跨境电商时代的安全护航
  • JavaScript Es6 _1 笔记
  • 结构体和 Json 相互转换(序列化反序列化)
  • 【力扣刷题 | 第二十四天】
  • PyTorch使用(一)(常用库)