configurations.all {
exclude group: "ch.qos.logback", module: "logback-classic"
}
LoggerFactory is not a Logback LoggerContext but Logback is on the classpath從上面的日志中我們可以看出一下幾點: 1. 項目中存在多個slf4j bindings SLF4J: Class path contains multiple SLF4J b...