JAVA开发问题之Failed to load class "org.slf4j.impl.StaticLoggerBinder"


问题描述

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 further details.

解决办法

在pom中添加依赖


    ch.qos.logback
    logback-classic
    1.2.11

参考资料