将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>
刷新依赖

![[lesson33]C++中的字符串类](https://img-blog.csdnimg.cn/direct/8ec2075e3c5a4a799ddf7bf4fc606012.png#pic_center)

















