当前位置:网站首页>日志jar包冲突,及其解决方法
日志jar包冲突,及其解决方法
2022-07-31 05:17:00 【数据之神护体!】
我的spring项目运行时,会报以下错误。虽然不影响项目运行,但是看着扎心!
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/Users/Administrator/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/Users/Administrator/.m2/repository/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30.jar!/org/slf4j/impl/StaticLoggerBinder.class]
报错大概意思是说,包含两个不同的日志jar包路径分别是:
C:/Users/Administrator/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class
C:/Users/Administrator/.m2/repository/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30.jar!/org/slf4j/impl/StaticLoggerBinder.class
我们只需要到本地mavenjar包库删掉其中一个即可(需要关掉idea,才可以删除)
重启idea,运行。不再报错!
边栏推荐
- mPEG-DSPE 178744-28-0 Methoxy-polyethylene glycol-phosphatidylethanolamine linear PEG phospholipids
- DSPE-PEG-Azide DSPE-PED-N3 磷脂-聚乙二醇-叠氮脂质PFG
- YOLOX中的SimOTA
- 计算图像数据集均值和方差
- Pytorch学习笔记09——多分类问题
- Shell/Vim related list
- Attention based ASR(LAS)
- Gradle sync failed: Uninitialized object exists on backward branch 142
- The browser looks for events bound or listened to by js
- unicloud cloud development record
猜你喜欢
This in js points to the prototype object
MySQL 免安装版的下载与配置教程
WeChat applet source code acquisition and decompilation method
RuntimeError: CUDA error: no kernel image is available for execution on the device问题记录
禅道安装及使用教程
jenkins +miniprogram-ci 一键上传微信小程序
Understanding of js arrays
softmax函数详解
Research reagents Cholesterol-PEG-Maleimide, CLS-PEG-MAL, Cholesterol-PEG-Maleimide
VTK环境配置
随机推荐
OpenCV中的图像数据格式CV_8U定义
Cholesterol-PEG-NHS NHS-PEG-CLS cholesterol-polyethylene glycol-active ester can modify small molecular materials
CNN的一点理解
CAS: 1403744-37-5 DSPE-PEG-FA Phospholipid-Polyethylene Glycol-Folic Acid for Scientific Research
mysql common commands
词向量——demo
Chinese garbled solution in UTF-8 environment in Powershell
wangeditor编辑器内容传至后台服务器存储
我的训练函数模板(动态修改学习率、参数初始化、优化器选择)
Data Preprocessing, Feature Engineering, and Feature Learning - Excerpt
opencv之访问图像像素的三种方法
SSH automatic reconnection script
2022 SQL big factory high-frequency practical interview questions (detailed analysis)
mPEG-DSPE 178744-28-0 甲氧基-聚乙二醇-磷脂酰乙醇胺线性PEG磷脂
DSPE-PEG-Azide DSPE-PED-N3 磷脂-聚乙二醇-叠氮脂质PFG
Global scope and function scope in js
The browser looks for events bound or listened to by js
DC-CDN学习笔记
jenkins +miniprogram-ci upload WeChat applet with one click
MySQL 出现 The table is full 的解决方法