spring boot版本对应
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring boot版本对应相关的知识,希望对你有一定的参考价值。
参考技术A spring-boot-starter-parent 2.0.0.RELEASE 对应 druid 1.1.9spring-boot-starter-parent 1.5.6.RELEASE 对应 druid 1.1.3
spring-boot-starter-parent 1.5.6.RELEASE 对应 spring-cloud Dalston或者Edgware
spring-boot-starter-parent 2.0.0.RELEASE 对应 spring-cloud Finchley
其他spring-boot 和spring cloud 对应 官网对应关系
Spring boot和Spring cloud对应版本兼容问题
Spring boot和Spring cloud对应版本兼容问题
最近要搭建一个网关系统,使用到了Spring cloud,在引入对应的依赖后,启动时报错org.springframework.boot.builder.SpringApplicationBuilder.
通过网上搜索资料,查到是由于Spring boot版本和spring cloud版本不兼容导致的,由于当前我使用的是Spring boot 2.1.3,对应的应该使用Spring cloud 的Finchley版本。
Spring cloud | Spring boot |
---|---|
Finchley | 兼容Spring Boot 2.0.x,不兼容Spring Boot 1.5.x |
Dalston和Edgware | 兼容Spring Boot 1.5.x,不兼容Spring Boot 2.0.x |
Camden | 兼容Spring Boot 1.4.x,也兼容Spring Boot 1.5.x |
Brixton | 兼容Spring Boot 1.3.x,也兼容Spring Boot 1.4.x |
Angel | 兼容Spring Boot 1.2.x |
以上是关于spring boot版本对应的主要内容,如果未能解决你的问题,请参考以下文章
Spring Boot与Spring Cloud技术选型版本对应关系
Spring boot和Spring cloud对应版本兼容问题
spring cloud 与 spring boot 和 spring cloud alibab 版本号对应
spring cloud 与spring boot的版本对应总结