JZTXT
  • 首页
  • Ai
  • Java
  • Python
  • Android
  • Mysql
  • JavaScript
  • Html
  • CSS

spring运行update语句时出现SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

发布时间 2023-06-28 07:41:20作者: XLouis

解决方案,添加相关依赖

<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
<dependency>
    <groupId>org.slf4j</groupId>
    <artifactId>slf4j-api</artifactId>
    <version>2.0.7</version>
</dependency>

 

    本栏目推荐文章
  • spring与设计模式之三代理模式
  • 深入理解spring框架:剖析多线程模式下数据库连接
  • 4- if 流程语句和案例
  • 安装npm install报错npm ERR! code ETIMEDOUT npm ERR! errno ETIMEDOUT npm ERR! network request to https://registry.npmjs.org/webpack-subresource-integrity failed, reason
  • 第二章 Spring Boot 整合 Kafka消息队列 生产者
  • Spring表达式语言(SPEL)学习(03)
  • Spring事务状态处理
  • Spring踩坑
  • 如何让spring扫描到自定义注解的组件
  • 【Leetcode1949. 坚定的友谊】使用MySQL在无向图中寻找{"CompleteTripartite", {1, 1, 3}}这个pattern
版权声明:本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。
联系我们