enhancement #I5GS5F 优化Id生成器的Holder类的逻辑

This commit is contained in:
everywhere.z
2022-07-12 23:46:31 +08:00
parent 55b8194b76
commit 71b054df6a
20 changed files with 77 additions and 91 deletions

View File

@@ -2,7 +2,7 @@ package com.yomahub.liteflow.test;
import com.yomahub.liteflow.core.FlowExecutorHolder;
import com.yomahub.liteflow.flow.FlowBus;
import com.yomahub.liteflow.flow.id.IdGeneratorHelper;
import com.yomahub.liteflow.flow.id.IdGeneratorHolder;
import com.yomahub.liteflow.property.LiteflowConfigGetter;
import com.yomahub.liteflow.spi.holder.SpiFactoryCleaner;
import com.yomahub.liteflow.thread.ExecutorHelper;
@@ -17,6 +17,5 @@ public class BaseTest {
SpiFactoryCleaner.clean();
LiteflowConfigGetter.clean();
FlowExecutorHolder.clean();
IdGeneratorHelper.getInstance().clear();
}
}