1、静态、动态规则删去局点,任务添加局点

2、修改fakec3的测试ip地址

(cherry picked from commit 540795b5f6)
This commit is contained in:
PushM
2024-04-29 17:32:13 +08:00
parent 335c9690ed
commit 093ed45c66
17 changed files with 211 additions and 71 deletions

View File

@@ -20,7 +20,7 @@ import java.util.concurrent.atomic.AtomicReference;
public class StateHandler {
private final WebClient client = WebClient.builder()
.baseUrl("http://192.168.107.89:9081")
.baseUrl("http://192.168.107.49:8088")
.build();
protected Boolean handleStart(TaskService taskService, CommandService commandService, Long taskId) {