具体错误:

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.

缺少slf4j-nop.jar slf4j-simple.jar, slf4j-log4j12.jar, slf4j-jdk14.jar中的一个。怎么办?下载啊。

Central Repository: org/slf4jhttps://repo1.maven.org/maven2/org/slf4j/或者

官方下载:slf4j-nop.jar slf4j-simple.jar, slf4j-log4j12.jar, slf4j-jdk14.jar_柳鲲鹏-CSDN博客

SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder“.相关推荐

  1. SLF4J: Failed to load class org.slf4j.impl.StaticLoggerBinder.

    SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". Spring Cloud 启动提示: SLF4J: ...

  2. SLF4J: Failed to load class org.slf4j.impl.StaticLoggerBinder

    以下为自己刚学习java遇到及排错过程 日志换成了 slf4j+logback,没看到本地有日志文件生成,调试时发现有错误提示(是在加载druid时出现的): SLF4J: Failed to loa ...

  3. SLF4J:Failed to load class org.slf4j.impl.StaticLoggerBinder

    SLF4J:Failed to load class "org.slf4j.impl.StaticLoggerBinder" 解决方案: <dependency>< ...

  4. SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder“.解决方法

    在IDEA中启动JAVA程序之后,控制台中报以下错误信息 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder&quo ...

  5. tomcat 启动显示日志级别,以及SLF4J: Failed to load class org.slf4j.impl.StaticLoggerBinder.错误

    把以前的一个老项目通过maven的方式搭了一下,tomcat启动时,打印信息特别多,当时判断日志显示级别应该是debug.但我配置与之前没有任何改变,所以问题应该出在pom.xml上,于是网上查找资料 ...

  6. 报错:SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder“.

    报错 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to n ...

  7. slf4j报错:SLF4J:Failed to load class org.slf4j.impl.StaticLoggerBinder.Defaulting to no-operat有效解决办法

    运行maven程序时报如下错误: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: D ...

  8. idea springboot启动报SLF4J:Failed to load class “org.slf4j.impl.StaticLoggerBinder

    文章目录 首先声明一下,我用的 Intellij IDEA 2018.3 版本的,springboot的版本是 2.0.5.RELEASE 版本. 当我喜滋滋的编写完测试代码,点击 Debug 的时候 ...

  9. 报错:SLF4J: Failed to load class org.slf4j.impl.StaticLoggerBinder“. SLF4J: Defaulting to no-operation

    报错: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 然后去 http://www.slf4j. ...

  10. maven报错:SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder“. SLF4J: Defaulting to no-ope

      今天在搭建maven项目时报错如下图: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF ...

最新文章

  1. 新浪微博一键关注代码
  2. C语言经典例21-猴子吃桃问题
  3. java冒泡排序,选择排序,插入排序,希尔排序
  4. UNIX V6内核源码剖析——unix v6 全貌
  5. HTML/CSS/JavaScript学习总结(转)
  6. 网络协议栈深入分析(二)--sk_buff的操作函数
  7. MySQL(6)---数据库 管理
  8. 布局:多列等高布局方法
  9. Android,EditText,InuputType
  10. 在mac上制作PDF的基础教程
  11. Simulink学习案例2
  12. MAR位数反映存储单元的个数笔记
  13. 苹果6怎么显示itunes store无法连接服务器,iPhone6 plus无法连接iTunes Store的原因和解决教程...
  14. 水龙吟·为韩南涧尚书寿甲辰岁
  15. iOS-通俗易懂的微信支付接入和爬坑指南,十分钟轻松搞完
  16. 爬取7160网站总是不成功。。。求大神分析分析
  17. 为什么30岁的工程师容易跳槽?
  18. 手机维修基础 常见故障分析㈢
  19. 31.最特殊的快捷键 Alt + Enter 介绍(新用户必看)
  20. 总结常用的Javafx功能及用法(下)

热门文章

  1. 最大k乘积问题(dp)
  2. python中常用的模块_Python中常用的模块
  3. html5华迪,比亚迪永通华迪4S店:元新能源最低售8.19万
  4. dto与java bean_POJO、JavaBean、DTO的区别
  5. python传大文件如何检查遗漏,如何使用Python获取大文件的实时复制进度?
  6. php api接口安全设计 sign
  7. springSecurity jwt 如何融合
  8. 使用perl统计单词(字母)
  9. SpringBoot +spring security 与CSRF有关的几个 问题
  10. Linux下Python的安装以及注意事项