转载:https://blog.csdn.net/wangchunyang51/article/details/80986714

解决方法:
Your maven cache is corrupted. To resolve this problem, follow the steps below:

***Go to the directory of your project on the command line.
Make sure your POM.xml is in the same directory as your command line***

定位到POM所在文件夹,右击项目,选择property,定位到文件夹,然后CD,运行下面的命令。

Run the command
mvn dependency:purge-local-repository
If you receive build successful message, means the error has been resolved.
If error is still there, delete your (~/.m2/repository/org/springframework) folder and run
mvn package

相关文章:

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