SpringBoot 打包

原创
2019/02/26 10:35
阅读数 103

安装到本地仓库
mvn install:install-file -Dfile=[jarname] -DgroupId=[groupid] -DartifactId=[artifactid] -Dversion=[version] -Dpackaging=jar

 

spring boot 跳过测试并打包
mvn clean package -Dmaven.test.skip=true -pl [artifactid] -am -amd

展开阅读全文
加载中
点击引领话题📣 发布并加入讨论🔥
0 评论
0 收藏
0
分享
返回顶部
顶部