解决maven <project>标签报错

问题描述:

'parent.relativePath' of POM com.neo:spring-boot-web:1.0.01-SNAPSHOT
 (D:\IdeaSpace\spring-boot-examples\spring-boot-web\pom.xml) points at com.example:spring-boot-examples
  instead of org.springframework.boot:spring-boot-starter-parent, please verify your project structure

在这里插入图片描述

解决maven <project>标签报错_第1张图片

解决办法:

错误分析

  • 子模块的parent写的不是父模块,而是继承了springboot
    解决maven <project>标签报错_第2张图片
    解决方法
    在该 标签中加上
    解决maven <project>标签报错_第3张图片

你可能感兴趣的:(bug,spring,boot,maven)