spring-boot-maven-plugin 插件,关闭测试goal
spring-boot-maven-plugin插件已经集成了maven-surefire-plugin插件
只要在pom.xml里增加
<properties>
<skipTests>true</skipTests>
</properties>
就可以跳过测试
spring-boot-maven-plugin插件已经集成了maven-surefire-plugin插件
只要在pom.xml里增加
<properties>
<skipTests>true</skipTests>
</properties>
就可以跳过测试