本文主要是介绍解决maven报错 ‘parent.relativePath‘ of POM,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
错误提示
'parent.relativePath' of POM io.renren:renren-fast:3.0.0 (D:\wzyProjets\gulimail\renren-fast\pom.xml) points at com.wzy.gulimail:gulimail instead of org.springframework.boot:spring-boot-starter-parent, please verify your project structure
错误分析
子模块的parent写的不是父模块,而是继承了springboot
解决办法:
解决方法
在该标签中加上
即
这篇关于解决maven报错 ‘parent.relativePath‘ of POM的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!