Exception information: ‘parent.relativePath’ of POM package name: xxx (the previous level of E:\app\IdeaProjects\xxx\xxx\pom.xml ) points at package name: the previous level of xxx instead of org.springframework. boot:spring-boot-starter-parent, please verify your project structure @ line 5, column 13It is highly recommended to fix these problems because they threaten the stability of your build.
For this reason, future Maven versions might no longer support building such malformed projects.
What is written in the parent of xxx is not the upper level of xxx, but inherits springboot:
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.2.5.RELEASE</version> </parent>
Add:
<relativePath />
Modify to:
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.2.5.RELEASE</version> <relativePath /> </parent>
Read More:
- [Solved] SpringBoot Create Project and Failed to Access localhost:8080 Error
- [Solved] spring boot integrated PageHelper Error
- [Solved] ‘build.plugins.plugin.version‘ for org.springframework.boot:spring-boot-maven-plugin is missing.
- Caused by: java.lang.IllegalStateException (How to Fix)
- [Solved] BeanCreationException: Error creating bean with name ‘configurationPropertiesBeans‘
- How to Solve Spring integrate Seata startup error
- [Solved] Classnotfoundexception: org.springframework.core.nativedetector error
- spring cloud 2020 gateway Error 503 [How to Solve]
- Springcloud builds a gateway and starts Error [Solved]
- [Solved] Failed to start bean ‘eurekaAutoServiceRegistration‘; nested exception is java.lang.NullPointerExce
- [Solved] Mybatis add dependencies Error: org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration.
- Error resolving template [index], template might not exist
- [Siolved] org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘webMvcObject
- [Solved] Spring Cloud Use Ribbon Error: No instances available for XXX
- Springboot uses Oracle database to report property ‘sqlsessionfactory’ or ‘sqlsessiontemplate’ are required
- How to Solve Swagger error: IllegalStateException
- [Solved] springboot Error: Error creating bean with name ‘configurationPropertiesBeans‘ defined in class path
- [Solved] Error: (4, 52) Java: package org springframework. beans. factory. Annotation does not exist
- Eureka Error: registration status: 204 deregister status: 200
- [Solved] springCloud Startup Error: Error creating bean with name ‘defaultValidator‘ defined in class path resource