소스 검색

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