Springboot项目中Pom.xml报错

摘要:使用idea,两次在maven上浪费时间,第一次不知道怎么就解决了,第二次记录一下解决办法

参考博客地址:

https://blog.csdn.net/u013129944/article/details/53870373

https://blog.csdn.net/lishaoran369/article/details/53994601

情况说明:界面如下图,pom.xml中存在多个jar,报错,依赖没有找到,检查maven模型以解决问题

即报错:dependencies not find the jar,inspects a maven model for resolution problems

解决办法:

方法:右击项目或pom.xml->maven->reimport->down sources and documentation

原文地址:https://www.cnblogs.com/HittheRoad/p/9017962.html