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還在?
求大神解決啊
2018-09-11
你先看看你的test是否可用,如果可用就去maven.aliyun.com看下面這個是否存在,如果不可用,查看是否配置寫錯.或者版本沖突
2018-10-01
這個不用管它也是可以運行的
2018-09-16
我也有這個問題,你好了嗎