systemPath

Posted Never be the same

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了systemPath相关的知识,希望对你有一定的参考价值。

<dependency>
   <groupId>com.aliyun.mns</groupId>
   <artifactId>aliyun-sdk-mns</artifactId>
   <version>1.1.8</version>
   <scope>system</scope>
   <systemPath>${project.basedir}/lib/aliyun-sdk-mns-1.1.8.jar</systemPath>
  </dependency>

其中jar放在当前工程目录lib下。

以上是关于systemPath的主要内容,如果未能解决你的问题,请参考以下文章