新建springBoot项目提示:The type org.springframework.context.ConfigurableApplicationContext cannot be resol

时间:2020-08-15 22:46:47   收藏:0   阅读:527

原文地址:

https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/88262924

场景

在Eclipse中新建SpringBoot项目后提示:

技术分享图片

 

解决

关掉Eclipse

进入到项目所在目录。命令行运行

mvn dependency:purge-local-repository

 

重新启动eclipse就不报错了

 

原文:https://www.cnblogs.com/dbei/p/13509819.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!