新建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)
