启动项目时报如下错误:
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文件夹,删除。
-
更新maven依赖,重新下载log4j的jar包。
选中项目–> 鼠标右键–>Maven -->Reimport
作者:笨笨熊咦
来源:优快云
原文:https://blog.youkuaiyun.com/qq_41307443/article/details/80762255
版权声明:本文为博主原创文章,转载请附上博文链接!