新建的springboot web项目,一建出来pom.xml就报错 错误的地方是这里: × org.springframework.bootspring-boot-starter-parent1.5.1.RELEASE <!-- lookup parent from repository --> 错误的信息是这样的: Multiple annotations found at this line: - Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven- resources-plugin:2.6:testResources (execution: default-testResources, phase: process-test-resources) - Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven- resources-plugin:2.6:resources (execution: default-resources, phase: process-resources) 试过网上搜一些信息但都没用,快崩溃了,请问怎么办呀?
可能是下载插件jar的时候,出了问题,删除本地对应的jar,重新下载
springboot基础参考:http://www.roncoo.com/question/index
http://blog.csdn.net/sanluo11/article/details/54598837
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。