常常会用到,因此记录下html
以下List-1所示,重点是scope和systemPath的值spa
List-1code
<dependency> <groupId>com.xxx.xxx</groupId> <artifactId>xxxx</artifactId> <scope>system</scope> <systemPath>${project.basedir}/lib/xxx.1.0.jar</systemPath> </dependency>