问题描述:
spring boot Configuration Annotation Proessor not found in classpath
解决方案:
在pom文件中添加如下
<dependency>
<groupId> org.springframework.boot </groupId>
<artifactId> spring-boot-configuration-processor </artifactId>
<optional> true </optional>
</dependency>