Springboot项目中Pom.xml报错

Posted 燃烧的竹子

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

以上是关于Springboot项目中Pom.xml报错的主要内容,如果未能解决你的问题,请参考以下文章

eclipse 搭建springboot项目pom.xml报错

新建maven项目pom.xml文件报错

Eclipse Sts pom.xml第一行报错 unkown (springboot 项目)

maven项目(引入依赖失败, pom.xml 报错爆红)

IDEA导入springboot项目报错:non-managed pom.xml file found

SpringBoot项目pom.xml导入Oracle的jar包报错,maven解决方案.