解决SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]的方案!!!!!
Posted L烧鱼
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]的方案!!!!!相关的知识,希望对你有一定的参考价值。
目录
前提
今天单元测试遇到了jar包冲突
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/D:/maven-repo/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/D:/maven-repo/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
具体是StaticLoggerBinder这个类加载冲突了,在两个jar包中都找到了,直接去掉一个。
但是我找了一下pom.xml文件,并没有引入这个logback-classic-1.2.3.jar,那就是引入其他jar包的时候,依赖到了这个jar包,使用idea的maven分析工具查看了一下。
一、 安装maven helper插件
1、 安装
2、 安装成功
3、 使用
二、 去掉冲突的依赖包
1、 前面已找到目标依赖,去pom文件内操作
2、 去除
3、 最后就可以了!
以上是关于解决SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]的方案!!!!!的主要内容,如果未能解决你的问题,请参考以下文章
解决SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]的方案!!!!!
SLF4J: Class path contains multiple SLF4J bindings.警告解决
SLF4J: The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6]
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Class path contains multiple SLF4J bindings
Hive客户端启动报SLF4J: Class path contains multiple SLF4J bindings.