摘要: 在Maven项目中使用本地JAR包有两种方法: system scope引入的包,在使用jar-with-dependencies打包时将不会被包含,可以使用resources将本地包打进jar-with-dependencies 生成的xxx-jar-with-dependencies.jar中, 阅读全文
posted @ 2016-10-21 16:47 xu_shuyi 阅读(350) 评论(0) 推荐(0)