SLF4J: Class path contains multiple SLF4J bindings

导致原因为,springboot内置log包冲突l

 排除springboot中默认logback日志
configurations {
    compile.exclude module: 'spring-boot-starter-logging'
    compile.exclude module: 'commons-logging'
}
posted @ 2020-09-12 18:42  小尼  阅读(216)  评论(0编辑  收藏  举报