Spring Boot 1.4.0.RELEASE和Spring 4.3.2.RELEASE

时间:2016-08-04 17:44:36

标签: spring spring-boot

我正在尝试将我的项目更新为Spring Boot 1.4.0.RELEASESpring 4.3.2.RELEASE,但它失败并出现以下错误:

The project was not built since its build path is incomplete:
Cannot find the class file for org.springframework.core.io.support.PropertySourceFactory.
Cannot find the class file for org.springframework.core.NestedRuntimeException.

Spring Boot 1.4.0.RELEASE支持Spring 4.3.2.RELEASE,如果是,我做错了什么以及如何解决?

1 个答案:

答案 0 :(得分:0)

如果有人试图这样做,请参阅我的回答here。您基本上必须使用依赖关系管理来直接获取依赖关系。