天天看點

maven 引入 項目中jar檔案

引入項目中jar

<dependency>

<groupId>org.xxx</groupId>

<artifactId>xxx.jar</artifactId>

<version>1.0</version>

<scope>system</scope>

<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/xxx.jar</systemPath>

</dependency>

繼續閱讀