spring boot Configuration Annotation Proessor not found in classpath

/ 默认分类 / 0 条评论 / 1912浏览

spring boot Configuration Annotation Proessor not found in classpath

1.5以上版本 引入

<dependency>
	<groupId>org.springframework.boot</groupId>
	<artifactId>spring-boot-configuration-processor</artifactId>
	<optional>true</optional>
</dependency>

即可