Browse Source

启用mybatis缓存

shuzheng 9 years ago
parent
commit
96d0a15809
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zheng-common/src/main/resources/mybatis-config.xml

+ 1 - 1
zheng-common/src/main/resources/mybatis-config.xml

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