美文网首页
关于Idea引入lib中的jar包的问题

关于Idea引入lib中的jar包的问题

作者: 彭奕茗 | 来源:发表于2019-05-21 12:06 被阅读0次

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

相关文章

网友评论

      本文标题:关于Idea引入lib中的jar包的问题

      本文链接:https://www.haomeiwen.com/subject/crwdzqtx.html