错误信息如下所示。
项目使用eclipse,没有使用maven,如何处理jar包冲突?
在网上也进行了一些检索,并没有找到适合的解决办法。
错误信息:
SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/C:/work/eclipse_workspace/ProjectName/WebRoot/WEB-INF/lib/slf4j-nop-1.7.21.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/C:/work/eclipse_workspace/ProjectName/WebRoot/WEB-INF/lib/ssotoolkit.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 [org.slf4j.helpers.NOPLoggerFactory]
项目:JFinal