创建spring boot 工程报错 Execution default-resources of goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources
Execution default-resources of goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources
在pom.xml文件中加入maven-resources-plugin配置
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.5</version>
</dependency>
浙公网安备 33010602011771号