SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”

spring5.0整合日志(log4j2)的时候报错:

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.

经过查找发现是没有指定具体的slf4j包,加入maven依赖后解决错误



org.slf4j
slf4j-simple
1.7.25

你可能感兴趣的:(划船不用桨)