SpringBoot 与 SpringCloud的版本对应详细版
| Greenwich版本 | 兼容Spring Boot 2.1.x || Hoxtonl版本 | 兼容Spring Boot 2.2.x |在实际开发过程中我们需要更详细的版本对应| Spring Boot | Spring Cloud || — | — || 1.5.2.RELEASE | Dalston.RC1 || 1.5.9.RELEASE | Edgware.RELEASE || 2.0.2.RELEASE | Finchley.BUILD-SNAPSHOT || 2.0.3.RELEASE | Finchley.RELEASE || 2.1.0.RELEASE-2.1.14.RELEASE | Greenwich.SR5 || 2.2.0.M4 | Hoxton.SR4 |关于spring cloud1.x版本和2.x版本区别spring cloud各个版本之间是有所区别的比如在SpringCloud中1.X和2.X版本在pom.xml中引入的jar包名字都不一样比如有的叫spirng-cloud-starter-hystrix 有的叫spring-cloud-netflix-hystrix维护起来会比较困难。1.x版本pom.xml里几个基本用到的jar长这样project xmlns“http://maven.apache.org/POM/4.0.0”xmlns:xsi“http://www.w3.org/2001/XMLSchema-instance”xsi:schemaLocation“http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd”4.0.0com.joycejoyce-test1.0jarorg.springframework.bootspring-boot-starter-parent1.5.9.RELEASEorg.springframework.cloudspring-cloud-dependenciesEdgware.RELEASEpomimportproject.build.sourceEncodingUTF-8/project.build.sourceEncodingorg.springframework.cloudspring-cloud-starter-feignorg.springframework.cloudspring-cloud-starter-hystrixorg.springframework.cloudspring-cloud-starter-zipkinorg.springframework.cloudspring-cloud-starter-eurekaorg.springframework.bootspring-boot-starter-actuatororg.springframework.bootspring-boot-starter-weborg.springframework.bootspring-boot-starter-tomcatorg.springframework.bootspring-boot-starter-jettyorg.springframework.cloudspring-cloud-starter-ribbonorg.springframework.bootspring-boot-starter-testtest而在2.x版本中比如我们需要eureka,去maven仓库中可能会看到deprecated, please use spring-cloud-starter-netflix-eureka-client这类提示包括使用ribbon也会有所以个人猜测2.x中统一用spring-cloud-starter-netflix-xx 替换了原有的 spring-cloud-starter-xx(此处如有不正确请指出)所以2.x的版本pom.xml类似如下这样project xmlns“http://maven.apache.org/POM/4.0.0” xmlns:xsi“http://www.w3.org/2001/XMLSchema-instance”xsi:schemaLocation“http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd”4.0.0com.forezpservice-feign0.0.1-SNAPSHOTjarservice-feignDemo project for Spring Bootcom.forezpsc-f-chapter30.0.1-SNAPSHOT