Spring boot打包报错:Failed to execute goal org.apache.

Spring boot打包报错:Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.21

Spring boot打包报错:Failed to execute goal org.apache.

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>

猜你喜欢

转载自blog.51cto.com/14143040/2492130