如何看SpringBoot和SpringCloud之间的依赖关系
进入spring官网SpringCloud项目下:https://spring.io/projects/spring-cloud
Boot和Cloud 依赖关系的详细介绍:
在浏览器上输入 https://start.spring.io/actuator/info
在线格式化json串,这里就是boot 和 cloud 对应的详细关系
{ "git":{ "branch":"123e5422841ac92c95cd0378913ac5594fee4f3f", "commit":{ "id":"123e542", "time":"2020-08-12T07:32:04Z" } }, "build":{ "version":"0.0.1-SNAPSHOT", "artifact":"start-site", "versions":{ "spring-boot":"2.3.1.RELEASE", "initializr":"0.9.1-SNAPSHOT" }, "name":"start.spring.io website", "time":"2020-08-12T09:29:59.334Z", "group":"io.spring.start" }, "bom-ranges":{ "azure":{ "2.0.10":"Spring Boot >=2.0.0.RELEASE and <2.1.0.RELEASE", "2.1.10":"Spring Boot >=2.1.0.RELEASE and <2.2.0.M1", "2.2.4":"Spring Boot >=2.2.0.M1 and <2.3.0.M1", "2.3.1":"Spring Boot >=2.3.0.M1" }, "codecentric-spring-boot-admin":{ "2.0.6":"Spring Boot >=2.0.0.M1 and <2.1.0.M1", "2.1.6":"Spring Boot >=2.1.0.M1 and <2.2.0.M1", "2.2.4":"Spring Boot >=2.2.0.M1 and <2.3.0.M1", "2.3.0":"Spring Boot >=2.3.0.M1 and <2.4.0-M1" }, "solace-spring-boot":{ "1.0.0":"Spring Boot >=2.2.0.RELEASE and <2.3.0.M1", "1.1.0":"Spring Boot >=2.3.0.M1" }, "solace-spring-cloud":{ "1.0.0":"Spring Boot >=2.2.0.RELEASE and <2.3.0.M1", "1.1.1":"Spring Boot >=2.3.0.M1" }, "spring-cloud":{ "Finchley.M2":"Spring Boot >=2.0.0.M3 and <2.0.0.M5", "Finchley.M3":"Spring Boot >=2.0.0.M5 and <=2.0.0.M5", "Finchley.M4":"Spring Boot >=2.0.0.M6 and <=2.0.0.M6", "Finchley.M5":"Spring Boot >=2.0.0.M7 and <=2.0.0.M7", "Finchley.M6":"Spring Boot >=2.0.0.RC1 and <=2.0.0.RC1", "Finchley.M7":"Spring Boot >=2.0.0.RC2 and <=2.0.0.RC2", "Finchley.M9":"Spring Boot >=2.0.0.RELEASE and <=2.0.0.RELEASE", "Finchley.RC1":"Spring Boot >=2.0.1.RELEASE and <2.0.2.RELEASE", "Finchley.RC2":"Spring Boot >=2.0.2.RELEASE and <2.0.3.RELEASE", "Finchley.SR4":"Spring Boot >=2.0.3.RELEASE and <2.0.999.BUILD-SNAPSHOT", "Finchley.BUILD-SNAPSHOT":"Spring Boot >=2.0.999.BUILD-SNAPSHOT and <2.1.0.M3", "Greenwich.M1":"Spring Boot >=2.1.0.M3 and <2.1.0.RELEASE", "Greenwich.SR6":"Spring Boot >=2.1.0.RELEASE and <2.1.17.BUILD-SNAPSHOT", "Greenwich.BUILD-SNAPSHOT":"Spring Boot >=2.1.17.BUILD-SNAPSHOT and <2.2.0.M4", "Hoxton.SR7":"Spring Boot >=2.2.0.M4 and <2.3.3.BUILD-SNAPSHOT", "Hoxton.BUILD-SNAPSHOT":"Spring Boot >=2.3.3.BUILD-SNAPSHOT and <2.4.0.M1", "2020.0.0-SNAPSHOT":"Spring Boot >=2.4.0.M1" }, "spring-cloud-alibaba":{ "2.2.1.RELEASE":"Spring Boot >=2.2.0.RELEASE and <2.3.0.M1" }, "spring-cloud-services":{ "2.0.3.RELEASE":"Spring Boot >=2.0.0.RELEASE and <2.1.0.RELEASE", "2.1.7.RELEASE":"Spring Boot >=2.1.0.RELEASE and <2.2.0.RELEASE", "2.2.3.RELEASE":"Spring Boot >=2.2.0.RELEASE and <2.3.0.M1" }, "spring-statemachine":{ "2.0.0.M4":"Spring Boot >=2.0.0.RC1 and <=2.0.0.RC1", "2.0.0.M5":"Spring Boot >=2.0.0.RC2 and <=2.0.0.RC2", "2.0.1.RELEASE":"Spring Boot >=2.0.0.RELEASE" }, "vaadin":{ "10.0.17":"Spring Boot >=2.0.0.M1 and <2.1.0.M1", "14.3.2":"Spring Boot >=2.1.0.M1 and <2.4.0-M1" }, "wavefront":{ "2.0.0":"Spring Boot >=2.1.0.RELEASE" } }, "dependency-ranges":{ "okta":{ "1.2.1":"Spring Boot >=2.1.2.RELEASE and <2.2.0.M1", "1.4.0":"Spring Boot >=2.2.0.M1 and <2.4.0-M1" }, "mybatis":{ "2.0.1":"Spring Boot >=2.0.0.RELEASE and <2.1.0.RELEASE", "2.1.3":"Spring Boot >=2.1.0.RELEASE and <2.4.0-M1" }, "geode":{ "1.2.9.RELEASE":"Spring Boot >=2.2.0.M5 and <2.3.0.M1", "1.3.2.RELEASE":"Spring Boot >=2.3.0.M1 and <2.4.0-M1", "1.4.0-M1":"Spring Boot >=2.4.0-M1" }, "camel":{ "2.22.4":"Spring Boot >=2.0.0.M1 and <2.1.0.M1", "2.25.1":"Spring Boot >=2.1.0.M1 and <2.2.0.M1", "3.3.0":"Spring Boot >=2.2.0.M1 and <2.3.0.M1", "3.4.2":"Spring Boot >=2.3.0.M1 and <2.4.0-M1" }, "open-service-broker":{ "2.1.3.RELEASE":"Spring Boot >=2.0.0.RELEASE and <2.1.0.M1", "3.0.4.RELEASE":"Spring Boot >=2.1.0.M1 and <2.2.0.M1", "3.1.1.RELEASE":"Spring Boot >=2.2.0.M1 and <2.4.0-M1" } } }
分类:
|--- SpringCloud
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· AI 智能体引爆开源社区「GitHub 热点速览」
· 三行代码完成国际化适配,妙~啊~
· .NET Core 中如何实现缓存的预热?