From df5cbaaea89e38a46f50d6681fc1e703e6ee3ba8 Mon Sep 17 00:00:00 2001 From: dhb52 <dhb52@126.com> Date: 星期四, 14 三月 2024 00:01:17 +0800 Subject: [PATCH] ✨EasyRetry Server 扩展模块 --- ruoyi-admin/pom.xml | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index cbf03ce..155f594 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -97,6 +97,19 @@ <artifactId>JustAuth</artifactId> </dependency> + <dependency> + <groupId>com.aizuda</groupId> + <artifactId>easy-retry-client-starter</artifactId> + </dependency> + <dependency> + <groupId>com.aizuda</groupId> + <artifactId>easy-retry-client-core</artifactId> + </dependency> + <dependency> + <groupId>com.aizuda</groupId> + <artifactId>easy-retry-client-job-core</artifactId> + </dependency> + <!-- skywalking 鏁村悎 logback --> <!-- <dependency>--> <!-- <groupId>org.apache.skywalking</groupId>--> -- Gitblit v1.9.3