在配置的log4j输出时,不能打印SQL信息,在mybatis-config.xml中添加如下配置即可
<settings> <setting name="logImpl" value="LOG4J"/> </settings>