ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the clas

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

此错为缺少Log4j的依赖
在pom.xml文件中添加如下依赖

<dependency>
	<groupId>org.apache.logging.log4j</groupId>
	<artifactId>log4j-to-slf4j</artifactId>
<version>2.11.0</version>
</dependency>
上一篇:安卓一些常用的小知识


下一篇:Windows部署3proxy代理