修改FeignClient接口名称和服务降级处理类名称及路径

This commit is contained in:
wr
2025-03-25 20:29:59 +08:00
parent 3ced1ce287
commit 92aa6063eb
5 changed files with 28 additions and 20 deletions

View File

@@ -50,7 +50,7 @@ import java.util.stream.Collectors;
@Slf4j
@Api(tags = "算法执行中心")
@RestController
@RequestMapping("/executor")
@RequestMapping("/algorithmExecutor")
@RequiredArgsConstructor
public class ExecutionCenter extends BaseController {