From 2ccdfd2a1b916a429ea53c9a87add6f16722cf95 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Mon, 17 May 2021 18:41:12 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=907.0.4=E3=80=91=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kernel/system/starter/GunsUserCacheAutoConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel-s-system/system-spring-boot-starter/src/main/java/cn/stylefeng/roses/kernel/system/starter/GunsUserCacheAutoConfiguration.java b/kernel-s-system/system-spring-boot-starter/src/main/java/cn/stylefeng/roses/kernel/system/starter/GunsUserCacheAutoConfiguration.java index f8f6c6a9d..584da5eb1 100644 --- a/kernel-s-system/system-spring-boot-starter/src/main/java/cn/stylefeng/roses/kernel/system/starter/GunsUserCacheAutoConfiguration.java +++ b/kernel-s-system/system-spring-boot-starter/src/main/java/cn/stylefeng/roses/kernel/system/starter/GunsUserCacheAutoConfiguration.java @@ -44,7 +44,7 @@ import org.springframework.context.annotation.Configuration; public class GunsUserCacheAutoConfiguration { /** - * 用户的缓存 + * 用户的缓存,非在线用户缓存,此缓存为了加快查看用户相关操作 * * @author fengshuonan * @date 2021/2/28 10:30