当前位置:网站首页>Log jar package conflict, and its solution
Log jar package conflict, and its solution
2022-07-31 06:25:00 【God of data protection!】
When my spring project runs, the following error will be reported.Although it does not affect the operation of the project, it looks heart-wrenching!
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]p>
The error message probably means that the paths containing two different log jar packages are:
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
We only need to go to the local mavenjar package library to delete one of them (the idea needs to be turned off before it can be deleted)
Restart idea and run it.No more errors!

边栏推荐
- 数据预处理、特征工程和特征学习-摘抄
- Chemical Reagent Phospholipid-Polyethylene Glycol-Amino, DSPE-PEG-amine, CAS: 474922-26-4
- Shell/Vim相关list
- unicloud cloud development record
- 二进制转换成十六进制、位运算、结构体
- 学习JDBC之获取数据库连接的方式
- MYSQL事务与锁问题处理
- Natural language processing related list
- Tensorflow——demo
- CAS:1403744-37-5 DSPE-PEG-FA 科研实验用磷脂-聚乙二醇-叶酸
猜你喜欢

DSPE-PEG-Thiol DSPE-PEG-SH 磷脂-聚乙二醇-巯基脂质体制备用

Pytorch学习笔记7——处理多维特征的输入

MySQL 免安装版的下载与配置教程

Cholesterol-PEG-Thiol CLS-PEG-SH 胆固醇-聚乙二醇-巯基

JS写一段代码,判断一个字符串中出现次数最多的字符串,并统计出现的次数JS

Tensorflow边用边踩坑

mPEG-DSPE 178744-28-0 Methoxy-polyethylene glycol-phosphatidylethanolamine linear PEG phospholipids

RuntimeError: CUDA error: no kernel image is available for execution on the device问题记录

变分自编码器VAE实现MNIST数据集生成by Pytorch

Nmap的下载与安装
随机推荐
日志jar包冲突,及其解决方法
MySQL 入门:Case 语句很好用
Cholesterol-PEG-Acid CLS-PEG-COOH Cholesterol-Polyethylene Glycol-Carboxyl Modified Peptides
Tencent Cloud GPU Desktop Server Driver Installation
[Solved] ssh connection report: Bad owner or permissions on C:\\Users/XXX/.ssh/config
我的训练函数模板(动态修改学习率、参数初始化、优化器选择)
Hyperparameter Optimization - Excerpt
虚拟机查看端口号进程
cv2.imread()
为数学而歌之伯努利家族
Remote file xxx is mapped to the local path xxx and can‘t be found. You can continue debugging....
如何修改数据库密码
2022年SQL大厂高频实战面试题(详细解析)
pyspark.ml特征变换模块
MYSQL transaction and lock problem handling
Getting Started with MySQL: The Case Statement Works Well
cv2.resize()是反的
MW:3400 4-Arm PEG-DSPE 四臂-聚乙二醇-磷脂一种饱和的18碳磷脂
二进制转换成十六进制、位运算、结构体
pyspark.ml feature transformation module