From 24a6b26be6e3b57b4afc7e58466f1325f1bf5b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E5=B1=95=E9=B9=8F?= Date: Thu, 22 Feb 2024 11:59:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9areaInCacheName=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=80=BC=E4=B8=BAfalse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/alicp/jetcache/autoconfigure/JetCacheProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetcache-starter/jetcache-autoconfigure/src/main/java/com/alicp/jetcache/autoconfigure/JetCacheProperties.java b/jetcache-starter/jetcache-autoconfigure/src/main/java/com/alicp/jetcache/autoconfigure/JetCacheProperties.java index 45fb01fd..d420c324 100644 --- a/jetcache-starter/jetcache-autoconfigure/src/main/java/com/alicp/jetcache/autoconfigure/JetCacheProperties.java +++ b/jetcache-starter/jetcache-autoconfigure/src/main/java/com/alicp/jetcache/autoconfigure/JetCacheProperties.java @@ -12,7 +12,7 @@ public class JetCacheProperties { private String[] hiddenPackages; private int statIntervalMinutes; - private boolean areaInCacheName = true; + private boolean areaInCacheName = false; private boolean penetrationProtect = false; private boolean enableMethodCache = true;