使用依赖管理
<dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>Finchley.M8</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies></dependencyManagement>
将此插入
<project>...</project>pom文件的部分。


![找不到类org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration] 找不到类org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration]](http://www.mshxw.com/aiimages/31/435464.png)
