测试环境合并集成ES 20240113
This commit is contained in:
parent
4c28282f6a
commit
5a3ae55492
|
|
@ -121,7 +121,7 @@ public class EsCoreServiceImpl implements EsCoreService {
|
|||
syncTaskCenterRecord(list);
|
||||
});
|
||||
// 等待多个任务完成
|
||||
CompletableFuture.allOf(future1, future2, future3, future4, future5, future6, future7).join();
|
||||
CompletableFuture.allOf(future1, future2, future3, future4, future5, future6, future7, future8).join();
|
||||
System.out.println("所有方法已并行执行完毕。");
|
||||
/*
|
||||
syncUserMoneyDetails(list);
|
||||
|
|
|
|||
Loading…
Reference in New Issue