IntelliJ IDEA启动报错:ERROR StatusLogger Log4j2 could not find a logging implementation.

启动项目时报如下错误:

    ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...

原因:Log4j的jar包本地没有下载。导致启动时报错。

解决方法:

1.找到本地maven仓库Log4j文件夹,删除。


2. 更新maven依赖,重新下载log4j的jar包。

    选中项目--> 鼠标右键-->Maven -->Reimport  


猜你喜欢

转载自blog.csdn.net/qq_41307443/article/details/80762255