解决Spring Boot Configuration Annotation Processor not found in classpath

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

 

posted @ 2019-11-03 15:49  expworld  阅读(107)  评论(0)    收藏  举报