创建SpringBoot项目pom.xml文件第一行报错:Non-parseable POM E:\maven\repository\org\springframework\securit...

在编辑pom.xml时,第一行有个刺眼红色×,然后在Problems看到这个问题

[ERROR] The build could not read 1 project -> [Help 1]E:\mvn\repo\org\springframework\boot\spring-boot-dependencies\2.1.1.RELEASE

在这里看到解决办法:https://blog.csdn.net/qq_36135335/article/details/86242914

在本地的maven库中删除了E:\mvn\repo\org\springframework\boot\spring-boot-dependencies\2.1.1.RELEASE下的所有文件,然后项目右键Maven-->Update Project

操作一波,问题没了,不知对遇到相同问题的你适不适用

转载于:https://www.cnblogs.com/Guhongying/p/10488397.html

你可能感兴趣的:(创建SpringBoot项目pom.xml文件第一行报错:Non-parseable POM E:\maven\repository\org\springframework\securit...)