From 5e1bd0d679f822298d14be61bdbc7949d101bacb Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期二, 20 二月 2024 17:10:50 +0800 Subject: [PATCH] fix 修复 空指针null问题 --- ruoyi-admin/pom.xml | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index 3d121c0..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,13 +90,6 @@ <groupId>me.zhyd.oauth</groupId> <artifactId>JustAuth</artifactId> </dependency> - - <!-- 鎺ュ彛璇锋眰鍙傛暟鍔犲瘑妯″潡 --> - <dependency> - <groupId>org.dromara</groupId> - <artifactId>ruoyi-common-cryptapi</artifactId> - </dependency> - <!-- skywalking 鏁村悎 logback --> <!-- <dependency>--> -- Gitblit v1.9.3