SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder
汗。。竟然还得加包,去http://www.slf4j.org/codes.html找就可以找到解决方法了
加slf4j-nop-1.5.8
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder
汗。。竟然还得加包,去http://www.slf4j.org/codes.html找就可以找到解决方法了
加slf4j-nop-1.5.8