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

 

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

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

相关文章:

  • 2021-10-29
  • 2021-09-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-05
  • 2022-12-23
  • 2021-11-05
  • 2021-08-23
  • 2021-09-09
相关资源
相似解决方案