美文网首页
LoggerFactory is not a Logback L

LoggerFactory is not a Logback L

作者: 打怪兽的黄小妹 | 来源:发表于2020-03-18 15:18 被阅读0次
    错误

    原因:包冲突

    解决:mvn dependency:tree

    找到冲突的包,进行排除:

    <exclusions>

        <exclusion>

            <groupId>org.slf4j

            <artifactId>slf4j-log4j12

    </exclusion>

    </exclusions>

    相关文章

      网友评论

          本文标题:LoggerFactory is not a Logback L

          本文链接:https://www.haomeiwen.com/subject/aitcyhtx.html