springboot 跳过单元测试

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

life is a jounery,yes
原文地址:https://www.cnblogs.com/CaptainLin/p/7243652.html