log4j2 ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console.
这个错误是说明 log4j2.xml 没有加载上
ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console.
此时查看
pom.xml 是否有这段代码
如果 有则 应该加 下
<include>**/**.xml</include>
再次运行就可以了。
注意 这行需要注释掉
<targetPath>/resources</targetPath>