新开发环境,初次下载git项目到本地,初次打开进行编译,项目几个编译错误,如下
百度搜索无果,还是耐心看下报错详细信息:
Project build error: Non-parseable POM C:\Users\luyim.m2\repository\org\springframework\security\spring-security-bom\5.2.1.RELEASE\spring-security-bom-5.2.1.RELEASE.pom: processing instruction can not have PITarget with reserved xml name (position: END_TAG seen ...\n\n<?xml ... @144:7)
最后自己观察这几个pom文件,错误信息里说明了是格式问题,打开一看,确实有点问题,已经结束的标签下重复写入了新的内容。不知道具体什么原因,删掉底部多余内容即可。