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

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/zy_crazy_code/article/details/80317058

  今天在学习activemq的时候启动工程报错

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

SLF4J: Defaulting to no-operation(NOP) logger implementation

SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for furtherdetails.

根据提示进入http://www.slf4j.org/codes.html  搜索 org.slf4j.impl.StaticLoggerBinder


大概意思就是少了些依赖包吧选择这些当中的一个就好

Placing one (and only one) of slf4j-nop.jar slf4j-simple.jar, slf4j-log4j12.jar, slf4j-jdk14.jar or logback-classic.jar

于是我下载了slf4j-nop.jar 导入问题解决




猜你喜欢

转载自blog.csdn.net/zy_crazy_code/article/details/80317058