From d4f8b93fe3d361bb836ae26cca1d671c75848aee Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期五, 12 一月 2024 17:27:40 +0800 Subject: [PATCH] add 增加 StringUtils.isVirtual 方法 update 优化 undertow 虚拟线程实现 --- 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