当前位置: 代码迷 >> SQL >> mybatis sql异常打印到log4j文件
  详细解决方案

mybatis sql异常打印到log4j文件

热度:97   发布时间:2016-05-05 10:33:20.0
mybatis sql错误打印到log4j文件
<configuration>
  <settings>
    ...
    <setting name="logImpl" value="LOG4J"/>
    ...
  </settings>
</configuration>

http://mybatis.github.io/mybatis-3/logging.html

http://www.sjsjw.com/kf_other/article/030968ABA025838.asp
  相关解决方案