springboot configuration annotation processor not found in classpath
springboot configuration annotation processor not found in classpath
出现这个问题,就找方法 加了个
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</optional> </dependency>
结果
springboot configuration annotation processor not found in classpath还在
求大神解决啊