Caused by: java.lang.IllegalStateException: Detected both log4j-over-slf4j.jar AND bound slf4j-log4j12.jar on the class path, preempting StackOverflowError. See also http://www.slf4j.org/codes.html#log4jDelegationLoop for more details.
at org.slf4j.impl.Log4jLoggerFactory.<clinit>(Log4jLoggerFactory.java:54)
... 22 more
```
排除`slf4j-log4j12`(建议idea安装`Maven Helper`插件)
原因官网[SLF4J warning or error messages and their meanings](https://www.slf4j.org/codes.html#log4jDelegationLoop),中文[log4j-over-slf4j与slf4j-log4j12共存stack overflow异常分析](https://www.cnblogs.com/pekkle/p/6813458.html)