From 1a0363fcc19cd78c05b8c5ea6e8a8cc790c4e2ad Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 25 Feb 2022 17:17:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E7=BC=93=E5=AD=98=E7=AD=96?= =?UTF-8?q?=E7=95=A5=E6=94=B9=E4=B8=BAguava?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/x/base/core/project/config/Cache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o2server/x_base_core_project/src/main/java/com/x/base/core/project/config/Cache.java b/o2server/x_base_core_project/src/main/java/com/x/base/core/project/config/Cache.java index 35ee593845..d0612f6037 100644 --- a/o2server/x_base_core_project/src/main/java/com/x/base/core/project/config/Cache.java +++ b/o2server/x_base_core_project/src/main/java/com/x/base/core/project/config/Cache.java @@ -17,7 +17,7 @@ public class Cache extends ConfigObject { } public Cache() { - this.type = TYPE_EHCACHE; + this.type = TYPE_GUAVA; this.redis = Redis.defaultInstance(); this.ehcache = Ehcache.defaultInstance(); this.guava = Guava.defaultInstance(); -- GitLab