摘要:
spring-boot-maven-plugin插件已经集成了maven-surefire-plugin插件 只要在pom.xml里增加 <properties> <skipTests>true</skipTests> </properties> 就可以跳过测试 阅读全文
posted @ 2021-11-09 13:44
imtm
阅读(261)
评论(0)
推荐(0)
摘要:
maven打包springboot工程时得到的jar包中有BOOT-INF目录,导致被其他工程依赖时找不到类 解决:在这个springboot工程的pom文件中的spring-boot-maven-plugin配置中加入<skip>true</true> <plugin> <groupId>org. 阅读全文
posted @ 2021-11-09 13:20
imtm
阅读(169)
评论(0)
推荐(0)

浙公网安备 33010602011771号