引入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>