springboot :The type org.springframework.context.ConfigurableApplicationContext cannot be resolved.

springboot :The type org.springframework.context.ConfigurableApplicationContext cannot be resolved.

 

eclipse导入maven的spring boot项目时,ProducerApplication.java出现的错误。

解决方法: 
1,在命令行中转到项目目录。 
确保您的POM.xml与您的命令行在同一个目录中 
运行命令 mvn dependency:purge-local-repository