springboot搭建初始@SpringBootApplication无法引入,注解报错

搭建springBoot,@SpringBootApplication无法被解析引入,注解报错。

springboot搭建初始@SpringBootApplication无法引入,注解报错_第1张图片

查阅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

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