一般出现这种情况是由于logback的版本低所致,升级到高版本,还会出现这个问题,如果确认有多个实现,如下:
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/apache-tomcat-8.5.6/webapps/ROOT/WEB-INF/lib/logback-classic-1.1.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/apache-tomcat-8.5.6/webapps/ROOT/WEB-INF/lib/slf4j-log4j12-1.7.21.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
Logback的网站上说,这是警告,即使有多个,那也会默认选择一个实现用,所以不会影响最终的Log功能。