美文网首页
slf4j日志不输出

slf4j日志不输出

作者: 咖啡机an | 来源:发表于2024-01-17 14:23 被阅读0次
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier.
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.7.33</version>
        </dependency>

相关文章

网友评论

      本文标题:slf4j日志不输出

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