maven 引入仓库外部jar

  1. <dependency>
  2. <groupId>cn.com.do1</groupId>
  3. <artifactId>dqdp-template</artifactId>
  4. <version>1.0</version>
  5. <scope>system</scope>
  6. <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/dqdp-template-2.11.02.jar</systemPath>
  7. </dependency>

posted on 2017-03-24 08:57  signheart  阅读(527)  评论(0编辑  收藏  举报

导航