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....
spring-cloud-dependencies 版本列表可查看: https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependencies spring-boot-starter-parent 版本列表可查看: https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent 版本对应关系 大版本对应: Spring Cloud Spring ...
先查看SpringCloud版本对应的SpirngBoot大致对应的版本范围。 点击图示的地方,就能够查看对应的具体的SpringBoot版本。 这是官方推介的SpringCloud版本对应的SpringBoot版本,一般按照这个版本来搭建项目,很少会出现一些奇奇怪怪的问题。 还有另外一种方式,通过mavan仓库官网查看对应的SpringCloud版本,地址如下 https://mvnrepo...
Hoxton.BUILD-SNAPSHOTSpring Boot >=2.3.0.BUILD-SNAPSHOT spring-cloud-alibaba 2.2.0.RELEASESpring Boot >=2.2.0.RELEASE and <2.3.0.M1 spring-cloud-services 2.0.3.RELEASESpring Boot >=2.0.0.RELEASE and <2.1.0.RELEASE 2.1.7.RELEASESpring Boot >=2.1.0.RELEASE and <2.2.0.RELEASE 2.2.3....
https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependencies spring-boot-starter-parent 版本列表可查看: https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent 如何查看springboot对应的springcloud版本呢?
一、关于maven仓库的版本列表 1.1 spring-cloud-dependencies 版本列表可查看: https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependencies 1.2 spring-boot-starter-parent 版本列表可查看: https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent ...
这是官方推介的SpringCloud版本对应的SpringBoot版本,一般按照这个版本来搭建项目,很少会出现一些奇奇怪怪的问题。 还有另外一种方式,通过mavan仓库官网查看对应的SpringCloud版本,地址如下 https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependencies?__cf_chl_captcha_tk__=pmd_zdicnYi0M9...
https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependencies spring-boot-starter-parent 版本列表可查看: https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent 版本对应关系 大版本对应: Spring CloudSpring Boot Angel版本 兼容Spring Boot 1.2.x Brixt...
"solace-spring-boot": { "1.1.0": "Spring Boot >=2.3.0.M1 and <2.6.0-M1", "1.2.2": "Spring Boot >=2.6.0.M1 and <3.0.0-M1" }, "solace-spring-cloud": { "1.1.1": "Spring Boot >=2.3.0.M1 and <2.4.0-M1", "2.1.0": "Spring Boot >=2.4.0.M1 and <2.6.0-M1", ...