springboot搭建初始@SpringBootApplication无法引入的

今天搭建了springboot,一开始遇到了一个问题,在自己创建的CommonApplication中,@SpringBootApplication无法被解析引入。

后来查阅stackoverflow,应该是springboot的包冲突了所致。需要删掉 repository\org\springframework\boot 目录下的spring-boot-autoconfigure 文件夹即可,然后在工程中maven -> update project即可。


问题解决帖子出处:https://stackoverflow.com/questions/41668819/springbootapplication-cannot-be-resolved-to-a-type-in-sts


你可能感兴趣的:(思想心得)