add:反馈任务状态接口重试

This commit is contained in:
2023-07-06 16:36:37 +08:00
parent c1233a21b1
commit aaea31dddb
9 changed files with 192 additions and 57 deletions

View File

@@ -406,6 +406,11 @@
<artifactId>UserAgentUtils</artifactId>
<version>1.21</version>
</dependency>
<dependency>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
</dependency>
</dependencies>
<distributionManagement>