记录maven引用本地jar包 配置 及打包的其中一个方法,作为个人笔记,供参考:
<dependency>
<groupId>gdin</groupId>
<artifactId>gdinservice</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/gdinservice.jar</systemPath>
</dependency>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<includeSystemScope>true</includeSystemScope>
</configuration>
</plugin>

最新文章

  1. jQuery load()方法用法集锦!
  2. 如何优化 FineUI 控件库的性能,减少 80% 的数据上传量!
  3. c++学习-特殊类成员
  4. 教-----------有时候就是那么纠结,教的时候不提问题,好像很懂,最后又来纠缠你!真是ctmb
  5. ExtJS智能提示工具spket安装与破解
  6. java注解入门(含源码下载)
  7. img 鼠标滑上后图片放大,滑下后图片复原
  8. CentOS 7主机名的弯弯绕绕
  9. 从0到1:使用Caliburn.Micro(WPF和MVVM)开发简单的计算器
  10. SpringCloud Hystrix
  11. topcoder srm 688 div1 -3
  12. The Doors
  13. Mac走moneky
  14. lua热更框架之XLua
  15. MAC node + git + bower 简单安装
  16. redis基础之python连接redis(五)
  17. Selenium遇到问题unknown error:cannot create default profile directory......
  18. 【NOIP】提高组2015 跳石头
  19. JS 取得当前日期时间(文本形式)
  20. Leetcode 283. Move Zeroes 移动数组中的零 (数组,模拟)

热门文章

  1. 计算机科学导论-第三版-学习笔记-chapter1-绪论
  2. 为什么gdb通过0地址显示偏移会提示地址错误
  3. webpackHotMiddleware改造成koa支持的中间件
  4. java技术系列(一) Enum
  5. 微信小程序 - canvas实现多行文本 ,实现文本断行
  6. ubuntu20.04系统openjdk11变更openjdk-8-jdk
  7. kibana7.6.2源码开发编译
  8. ORihard KCU116E: 经济实惠的 100Gbps 网络和存储 FPGA 开发平台
  9. Android中操作 SDCard文件
  10. cesium开启关闭日照(含有模型)