Mybatis默认使用有slf4j,所以必须加入下面的依赖,否则可能出现日志无法打印sql或者无法打印resultset.
<
dependency
>
groupId
>org.slf4j</
artifactId
>slf4j-log4j12</
version
>1.7.5</
</