启用mybatis缓存

This commit is contained in:
shuzheng 2017-02-12 00:42:51 +08:00
parent ea673b8dbb
commit 96d0a15809
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<!-- 全局配置 -->
<settings>
<setting name="cacheEnabled" value="false"/>
<setting name="cacheEnabled" value="true"/>
</settings>
</configuration>