maven 打 fat包(jar包有了全部依赖)插件
摘要:
<plugin> <artifactId> maven-assembly-plugin </artifactId> <configuration> <descriptorRefs> <descriptorRef>jar-with-dependencies</descriptorRef> </desc 阅读全文
posted @ 2017-11-10 23:20 --LP-- 阅读(552) 评论(0) 推荐(0) 编辑