按照官方文档设置
mybatis_config.xml:
<settings>
        <setting name="logImpl" value="LOG4J2"/>
    </settings>
但是启动程序报错
 Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse config resource: class path resource [mybatis-config.xml]; nested exception is org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: org.apache.ibatis.logging.LogException: Error setting Log implementation.  Cause: java.lang.reflect.InvocationTargetException使用JAR包
slf4j-log4j12-1.6.3.jar
log4j-api-2.3.jar
log4j-core-2.3.jar
mybatis-3.2.6.jar
mybatis-spring-1.2.2.jar一个星期了,求大神啊