mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-23 21:38:09 +08:00
feature #I4R7AN 节点和Chain如何支持独有的线程池进行异步并发执行
This commit is contained in:
@@ -2,6 +2,7 @@ package com.yomahub.liteflow.test;
|
||||
|
||||
import com.yomahub.liteflow.flow.FlowBus;
|
||||
import com.yomahub.liteflow.spring.ComponentScanner;
|
||||
import com.yomahub.liteflow.thread.ExecutorHelper;
|
||||
import org.junit.AfterClass;
|
||||
|
||||
public class BaseTest {
|
||||
@@ -10,5 +11,6 @@ public class BaseTest {
|
||||
public static void cleanScanCache(){
|
||||
ComponentScanner.cleanCache();
|
||||
FlowBus.cleanCache();
|
||||
ExecutorHelper.loadInstance().clearExecutorServiceMap();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user