【编译问题/JAVA】Class path contains multiple SLF4J bindings

【问题描述】

SLF4J: Class path contains multiple SLF4J bindings.

SLF4J: Found binding in [jar:file:/E:/workstation/***/IMServer/openfire_src/build/lib/dist/slf4j-log4j12.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/E:/workstation/***/IMServer/openfire_src/target/openfire/lib/slf4j-log4j12.jar!/org/slf4j/impl/StaticLoggerBinder.class]

SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.

【解决方案】

字面看是jar重复引用了,将E:/workstation/***/IMServer/openfire_src/target/openfire/lib/slf4j-log4j12.jar这个路径下的给删掉就正常了。


发布了46 篇原创文章 · 获赞 13 · 访问量 14万+

猜你喜欢

转载自blog.csdn.net/shineych/article/details/18963793