新建的springboot web項目,一建出來pom.xml就報錯 錯誤的地方是這里: × <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.5.1.RELEASE</version> <relativePath/> <!-- lookup parent from repository --> </parent> 錯誤的信息是這樣的: 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) 試過網上搜一些信息但都沒用,快崩潰了,請問怎么辦呀?
為什么新建的springboot項目報錯
不負相思意
2018-09-10 12:12:19