Mybatis加入日志

*在mybatis-config.xml核心配置文件中加入如下设置,在configration中标签中加入

1     <!--打印日志,方便看输出SQL -->
2     <settings>
3         <setting name="logImpl" value="STDOUT_LOGGING" />
4     </settings>

 

posted @ 2018-07-05 16:59  GetcharZp  阅读(149)  评论(0编辑  收藏  举报