一、项目搭建 1.引入本地jar包时依赖需要新增两行配置 <scope>system</scope> <systemPath>${ project.basedir}/src/main/resources/lib/xxx.jar</systemPath>