From 8e091d712ffa0a45b0af08360e00acce3a6de6ec Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期五, 29 三月 2024 11:11:05 +0800
Subject: [PATCH] fix 修复 临时解决 token与token-session 过期时间不一致问题(等satoken处理)

---
 ruoyi-admin/pom.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml
index 39731b1..26cd023 100644
--- a/ruoyi-admin/pom.xml
+++ b/ruoyi-admin/pom.xml
@@ -48,6 +48,10 @@
             <artifactId>ruoyi-common-social</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.dromara</groupId>
+            <artifactId>ruoyi-common-ratelimiter</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>org.dromara</groupId>
@@ -86,7 +90,6 @@
             <groupId>me.zhyd.oauth</groupId>
             <artifactId>JustAuth</artifactId>
         </dependency>
-
 
         <!-- skywalking 鏁村悎 logback -->
 <!--        <dependency>-->

--
Gitblit v1.9.3