From d891f06d0a46d2e89df61c600e17f4892b3523c8 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 11 四月 2025 11:15:27 +0800
Subject: [PATCH] 代码初始化

---
 server/src/main/java/com/doumee/config/Jwt/WebMvcConfig.java |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/server/src/main/java/com/doumee/config/Jwt/WebMvcConfig.java b/server/src/main/java/com/doumee/config/Jwt/WebMvcConfig.java
index 8ac1b38..78245ae 100644
--- a/server/src/main/java/com/doumee/config/Jwt/WebMvcConfig.java
+++ b/server/src/main/java/com/doumee/config/Jwt/WebMvcConfig.java
@@ -27,8 +27,6 @@
     @Autowired
     private SystemDictDataBiz systemDictDataBiz;
 
-    @Autowired
-    private RedisTemplate<String,Object> redisTemplate;
 
     /**
      * 鏄惁寮�鍙戣��
@@ -85,7 +83,5 @@
             throw new BusinessException(ResponseStatus.NO_LOGIN.getCode(),"鏈櫥褰�");
         }
     }
-
-
 
 }

--
Gitblit v1.9.3