一:第三方jar放置位置
二:pom文件引入jar
<!--加入海康头文件jar包的依赖-->
<dependency>
<groupId>jna</groupId>
<artifactId>jna</artifactId>
<scope>system</scope>
<version>1.0</version>
<systemPath>${project.basedir}/src/main/resources/lib/jna.jar</systemPath>
<!--<systemPath>D:/wisdom_site/platform/jar/jna.jar</systemPath>-->
</dependency>
<dependency>
<groupId>examples</groupId>
<artifactId>examples</artifactId>
<scope>system</scope>
<version>1.0</version>
<systemPath>${project.basedir}/src/main/resources/lib/examples.jar</systemPath>
<!--<systemPath>D:/wisdom_site/platform/jar/examples.jar</systemPath>-->
</dependency>