idea中出现Spring Boot Configuration Annotation Processor not found in clsspath

idea中出现Spring Boot Configuration Annotation Processor not found in clsspath_第1张图片

解决办法:我们在该工程的pom.xml中加入如下依赖j即可:


   org.springframework.boot
   spring-boot-configuration-processor
   true

你可能感兴趣的:(idea,入坑解决方法)