1:在项目下面创建libs文件
2:在pom.xml中引入依赖
<dependency> <groupId>com.XXXX</groupId> <artifactId>XXXX</artifactId> <version>16.8</version> <scope>system</scope> <systemPath>${project.basedir}/libs/xxx.jar</systemPath> </dependency>
1:在项目下面创建libs文件
2:在pom.xml中引入依赖
<dependency> <groupId>com.XXXX</groupId> <artifactId>XXXX</artifactId> <version>16.8</version> <scope>system</scope> <systemPath>${project.basedir}/libs/xxx.jar</systemPath> </dependency>