引入lib中Jar包的步骤
https://www.cnblogs.com/pldsalaryblogs/p/8194742.html
需要注意使用此种方法之后 在pom文件中无需再次配置
无需一下配置
<dependency>
<groupId>sensitive</groupId>
<artifactId>sensitive-word-filter</artifactId>
<version>0.0.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/sensitive-word-filter-0.0.1-SNAPSHOT.jar
</systemPath>
</dependency>