eclipse新建springboot的项目,出现以下错误The type org.springframework.context.ConfigurableApplicationContext cannot be resolved. It is indirectly referenced from required .class files
解决:执行 mvn dependency:purge-local-repository (mvn clean)
保证命令行与pom.xml文件在同一个目录下才能构建成功,构建过程花了13分钟左右,中途下载不动的话按下回车就继续下载了,不要干等
按照上面的操作,出现BUILD SUCCESS就成功了,然后重启eclipse
如果不幸又出现了
Exception in thread "main" java.lang.Error: Unresolved compilation problem: SpringApplication cannot be resolved这个错误,不要慌
在这里选择你的jdk版本后保存就可以正常运行了