常常會用到,因此記錄下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>