码迷,mamicode.com
首页 > 移动开发 > 详细

org.springframework.boot.builder.SpringApplicationBuilder.<init>

时间:2018-07-10 01:19:08      阅读:834      评论:0      收藏:0      [点我收藏+]

标签:ini   table   span   版本   hle   项目   启动   ext   org   

新建了一个Spring cloud项目,启动时报错org.springframework.boot.builder.SpringApplicationBuilder.<init>

翻阅资料得知,是由于Spring boot版本和spring cloud版本不兼容导致的,由于当前我使用的是Spring boot 2.0,对应的应该使用Spring cloud 的Finchley版本。

具体对应兼容关系如下:

Spring CloudSpring 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

org.springframework.boot.builder.SpringApplicationBuilder.<init>

标签:ini   table   span   版本   hle   项目   启动   ext   org   

原文地址:https://www.cnblogs.com/miaoying/p/9286815.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!