标签:overview ice 混淆 sse 下拉 lib 个人 简介 命名方式
如何选择版本:
如果说你的项目只用到 Spring Boot 那么可以直接选择最新的稳定版,如上图的 2.1.7.RELEASE,RELEASE 代表稳定版。
如果说你的项目用到了 Spring Cloud 那么你的版本就需要根据 Spring Cloud 去选择Spring Boot版本,具体看下面
版本查询:https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependencies
Spring Boot | Spring Cloud |
1.2.x | Angel版本 |
1.3.x | Brixton版本 |
1.4.x stripes | Camden版本 |
1.5.x | Dalston版本、Edgware版本 |
2.0.x | Finchley版本 |
2.1.x | Greenwich版本 |
2.2.x | Hoxton版本 |
更详细的版本对应可以看下面的转载链接
转载:https://www.cnblogs.com/zhuwenjoyce/p/10261079.html
Assets 点开可以找到源码
如何选择版本:
个人建议:根据自己 Spring Cloud 直接使用官方推荐的版本
Spring Cloud Version | Spring Cloud Alibaba Version | Spring Boot Version |
Spring Cloud Greenwich | 2.1.0.RELEASE | 2.1.X.RELEASE |
Spring Cloud Finchley | 2.0.0.RELEASE | 2.0.X.RELEASE |
Spring Cloud Edgware | 2.0.0.RELEASE | 1.5.X.RELEASE |
至于配置也可以直接在这查看:官方版本说明
原文链接:
Spring Boot,Spring Cloud,Spring Cloud Alibaba 版本选择说明以及整理归纳
标签:overview ice 混淆 sse 下拉 lib 个人 简介 命名方式
原文地址:https://www.cnblogs.com/wwct/p/12433380.html