在pom.xml的編譯插件部分顯式的增加一段內(nèi)容:文章來(lái)源:http://www.zghlxwxcb.cn/news/detail-643018.html
<plugin>
<!-- maven打包時(shí),顯式的跳過(guò)test部分 -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
maven package時(shí)可以跳過(guò)Spring Boot項(xiàng)目中的各種TEST代碼,避免一些打包中的錯(cuò)誤。文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-643018.html
到了這里,關(guān)于Spring Boot Maven package時(shí)顯式的跳過(guò)test內(nèi)容的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!