springboot搭建初始@SpringBootApplication无法引入

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

今天搭建了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

转载于:https://my.oschina.net/wuyizhong/blog/1584314

你可能感兴趣的:(springboot搭建初始@SpringBootApplication无法引入)