
- - maven
一只努力xx的程序媛
努力学习
展开
-
SLF4J: Found binding in [jar:file:activemq-all-5.11.1.jar/org/slf4j/impl/StaticLoggerBinder.class]
错误警告如下,导致log4j2不生效,无法打印日志SLF4J: Class path contains multiple SLF4J bindings.SLF4J: Found binding in [jar:file:/D:/workspace3/demo/target/demo/WEB-INF/lib/activemq-all-5.11.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]SLF4J: Found binding in [jar:file:原创 2021-11-09 18:43:34 · 2092 阅读 · 0 评论 -
eclipse maven项目没有test目录
确定源码中有test文件夹eclipse中选中项目名称,右键buildPath-configure build path确定,然后Apply就可以再项目中看到了原创 2021-10-14 10:30:56 · 1118 阅读 · 0 评论 -
maven项目引用外部jar包
在做word转pdf功能,需要使用aspose-words-jdk16-15.8.0.jar包,在maven仓库中找不到依赖的包,采用传统方式将包拷入WEB-INF/lib目录下,然后通过Build path 将包引入到工程中。对于java web项目,这样做是可以的,但是对于maven项目,再打包时(maven install)出现了问题,failed。从网上看到有3种方式引入外部的jar包,...原创 2019-05-27 10:20:32 · 2628 阅读 · 0 评论