重试逻辑调整

This commit is contained in:
caozehui
2026-04-09 13:39:10 +08:00
parent 0a8627b440
commit fc6fc9642b
39 changed files with 690 additions and 93 deletions

View File

@@ -72,7 +72,7 @@
<!-- Swagger 注解,用于 API 文档生成(@Schema、@Operation 等) -->
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<artifactId>swagger-annotations-jakarta</artifactId>
</dependency>
<!-- RPC 远程调用相关 -->
@@ -180,4 +180,4 @@
</dependency>
</dependencies>
</project>
</project>