无法正确创建项目,如上所示。
我是Spring Boot和Restful的新手。我正在尝试创建Spring Starter项目,但不确定该项目是否创建正确。
我推荐了许多网站来创建一个简单的spring-boot和restful项目,但是创建它时遇到了麻烦。
另外,我在pom.xml中遇到错误
Error: Description Resource Path Location Type
Project build error: Non-parseable POM /<user>/.m2/repository/org/springframework/boot/spring-boot-dependencies/2.1.3.RELEASE/spring-boot-dependencies-2.1.3.RELEASE.pom: start tag not allowed in epilog but got v (position: END_TAG seen ...</build>\n</project>\n <v... @3189:4) pom.xml /SpringBootCrudRestful line 1 Maven pom Loading Problem
这是下面的图片。 如果我朝正确的方向或有任何问题,请告诉我。
谢谢。
根据评论附加:pom.xml
更新1: 经过一番挖掘后,我发现spring-boot-cli版本是2.0.4.RELEASE(Eclipse-> Preference-> Spring选项卡-> Boot-> CLI),但是在创建项目时,它试图在2.1.3中创建。发布。
更新2: 我对pom.xml进行了更改,并成功创建了项目。 我将spring boot新版本的依赖项添加到pom.xml。