1.SpringBoot版本选择
1.1.git源码地址
https://github.com/spring-projects/spring-boot/releases/
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0-Release-Notes
通过上面官网发现 Boot官方强烈建议你升级到2.X以上版本
官网SpringBoot版本
2.SpringCloud版本选择
2.1.git源码地址
https://github.com/spring-projects/spring-cloud
SpringCloud官网
https://spring.io/projects/spring-cloud
3.Springcloud和Springboot之间的依赖关系
https://spring.io/projects/spring-cloud#overview
更详细的版本对应查看方法
https://start.spring.io/actuator/info
4.SpringCloud版本选型
SpringCloud:Hoxton.SR1
SpringBoot:2.2.2.RELEASE
SpringCloud alibaba : alibaba 2.1.0.RELEASE
java : Java8
Maven : 3.5及以上
Mysql : 5.7及以上
Springboot版已经到2.2.4为最新,为什么选2.2.2?
单独使用Springboot,可以直接用最新版,但是同时用Springboot和Springcloud,需要照顾,由Springboot决定boot版本
2.x版本常用软件pom