浏览代码

fix findModelList bug

xiewenjie 4 年之前
父节点
当前提交
5fb82d78a1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sxz-application/src/main/resources/config/j2cache.properties

+ 1 - 1
sxz-application/src/main/resources/config/j2cache.properties

@@ -52,7 +52,7 @@ j2cache.L2.provider_class = lettuce
 j2cache.sync_ttl_to_redis = true
 
 # Whether to cache null objects by default (default false)
-j2cache.default_cache_null_object = true
+j2cache.default_cache_null_object = false
 
 #########################################
 # Cache Serialization Provider