https://blog.csdn.net/slow_sparrow/article/details/114835773
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
使用1.2.14及其以下版本
自己手动下载相应jar包并导入项目中
No appenders could be found for logger
配置文件log4j.properties需要放在被标记过的资源文件夹下面
标记资源目录
/src/main/resources
(右键) Mark Dirctory as->Test Resource Root