浏览代码

缓存 xml 关闭 false

hubin 7 年之前
父节点
当前提交
bf513dcd41

+ 1 - 1
mybatis-plus-generator/src/main/java/com/baomidou/mybatisplus/generator/config/GlobalConfig.java

@@ -51,7 +51,7 @@ public class GlobalConfig {
     /**
     /**
      * 是否在xml中添加二级缓存配置
      * 是否在xml中添加二级缓存配置
      */
      */
-    private boolean enableCache = true;
+    private boolean enableCache = false;
 
 
     /**
     /**
      * 开发人员
      * 开发人员