From 0db5b6e1a19add7d4295b017bc5b7d73b74c8efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=82=85=E5=93=A5?= <184172133@qq.com> Date: Sat, 4 Nov 2023 09:58:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E5=82=85=E5=93=A5=EF=BC=8Cfeat?= =?UTF-8?q?=EF=BC=9Aredis=20=E6=A8=A1=E5=9D=97=EF=BC=8C=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=92=8C=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/cn/bugstack/test/infrastructure/redis/RedisTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xfg-frame-archetype-std-app/src/test/java/cn/bugstack/test/infrastructure/redis/RedisTest.java b/xfg-frame-archetype-std-app/src/test/java/cn/bugstack/test/infrastructure/redis/RedisTest.java index b83dde5..33b995d 100644 --- a/xfg-frame-archetype-std-app/src/test/java/cn/bugstack/test/infrastructure/redis/RedisTest.java +++ b/xfg-frame-archetype-std-app/src/test/java/cn/bugstack/test/infrastructure/redis/RedisTest.java @@ -11,7 +11,7 @@ import org.springframework.test.context.junit4.SpringRunner; import javax.annotation.Resource; /** - * Redis + * Redis 案例;Redis * @author Fuzhengwei bugstack.cn @小傅哥 */ @Slf4j @@ -60,5 +60,4 @@ public class RedisTest { } } - } -- GitLab