Error in the first line of pom.xml when importing springboot project

During the integration of Chen Jie report and springboot project, it was found that the first line of pom.xml reported an error after the springboot project was imported into eclipse. The following information was viewed on the Internet. The solutions are as follows:

1. Find the properties node in pom.xml file

2. Add & lt; under the properties node; maven-jar-plugin.version> 3.0.0

3. Right click eclipse — Maven — udate project

Similar Posts: