1、删除上次的提交更改

This commit is contained in:
PushM
2024-04-29 23:54:04 +08:00
parent 0b6174da96
commit 4d34098c5c
4 changed files with 10 additions and 20 deletions

View File

@@ -20,11 +20,10 @@ import java.util.concurrent.atomic.AtomicReference;
public class StateHandler {
@Value("${c3.pzff.host}")
private String c3_pzff;
private final WebClient client = WebClient.builder()
// .baseUrl("http://192.168.107.49:8088")
.baseUrl("http://"+c3_pzff)
.baseUrl("http://192.168.107.49:8088")
// .baseUrl("http://10.58.72.151:8088")
.build();
protected Boolean handleStart(TaskService taskService, CommandService commandService, Long taskId) {