SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

时间:2022-09-08 00:40:29

背景:

maven创建工程,引入了slf4j的api.jar包,但是执行测试时报错了,错误就是标题所示

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

参考:

https://*.com/questions/7421612/slf4j-failed-to-load-class-org-slf4j-impl-staticloggerbinder

实施:

在pom.xml中增加两个包的依赖(截图阴影部分),我的情况应该是添加一个包 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".xxx.jar,

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

 

为了防止别的错误,我添加的这个包的版本和我的slf4j-api的版本(1.7.12)是一样的,而不是截图中的1.6.1

效果:

问题解决!