mvn install 的时候报Could not open ServletContext resource [/application.yml] 有人遇到这种情况吗
2018-03-07
报错 spring boot Configuration Annotation Proessor not found in classpath
pom.xml里添加
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
pom.xml里添加
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
2018-03-07