SLF4J: Failed to load class "org
作者:
煗NUAN | 来源:发表于
2020-04-13 21:18 被阅读0次报错内容
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
image-20200413211555919.png
修改方式
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.20</version>
<!--<scope>compile</scope>-->
</dependency>
本文标题:SLF4J: Failed to load class "org
本文链接:https://www.haomeiwen.com/subject/bwromhtx.html
网友评论