搭建springBoot,@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