SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder“
生活随笔
收集整理的這篇文章主要介紹了
SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder“
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
今天遇到這個問題,再往上搜了一下,直接缺啥下載啥就行。
<dependency><groupId>org.slf4j</groupId><artifactId>slf4j-nop</artifactId><version>1.7.2</version> </dependency>解決。
總結
以上是生活随笔為你收集整理的SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder“的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: NIO面试题
- 下一篇: spring boot配置文件【appl