1.添加lib文件夹在src文件夹中。
2.拷贝所需要的test.jar包到lib文件夹。
3.在pom文件加入如下依赖

 

<!--添加本地私有包-->
<dependency>
<groupId>gnete-bc-139</groupId>
<artifactId>gnete-bc-139</artifactId>
<scope>system</scope>
<version>1.0</version>
<systemPath>${basedir}\src\main\webapp\WEB-INF\lib\gnete-bc-139.jar</systemPath>
</dependency>
<dependency>
<groupId>gnete-security-1.1</groupId>
<artifactId>gnete-security-1.1</artifactId>
<scope>system</scope>
<version>1.0</version>
<systemPath>${basedir}\src\main\webapp\WEB-INF\lib\gnete-security-1.1.jar</systemPath>
</dependency>
<!--添加本地私有包-->

相关文章:

  • 2022-12-23
  • 2021-12-13
  • 2022-01-13
  • 2021-09-26
  • 2021-10-17
  • 2022-12-23
  • 2021-10-26
猜你喜欢
  • 2022-12-23
  • 2021-12-19
  • 2021-07-16
  • 2018-04-18
  • 2021-06-30
  • 2022-01-13
  • 2022-12-23
相关资源
相似解决方案