!535 feat: EasyRetry-v3.2.0 => SnailJob-v1.0.0beta1

* feat: EasyRetry-v3.2.0 => SnailJob-v1.0.0beta1
This commit is contained in:
dhb52
2024-05-17 01:54:18 +00:00
committed by 疯狂的狮子Li
parent 416ca05be4
commit ef57259386
38 changed files with 3696 additions and 3711 deletions

View File

@ -22,18 +22,14 @@
<artifactId>spring-boot-autoconfigure</artifactId>
</dependency>
<!-- EasyRetry client -->
<!-- SnailJob client -->
<dependency>
<groupId>com.aizuda</groupId>
<artifactId>easy-retry-client-starter</artifactId>
<artifactId>snail-job-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>
<artifactId>snail-job-client-job-core</artifactId>
</dependency>
<dependency>