maven引入外部jar包
将jar包放入文件夹lib包中
pom文件
<dependency><groupId>com.jyx</groupId><artifactId>Spring-xxl</artifactId><version>1.0-SNAPSHOT</version><scope>system</scope><systemPath>${project.basedir}/lib/Spring-xxl-0.0.1-SNAPSHOT.jar</systemPath></dependency>
刷新依赖