BPM:移除 flowable starter 模块,融合到 bpm 模块中

This commit is contained in:
YunaiV
2024-03-20 13:14:53 +08:00
parent 29a0fbfc43
commit 559bab571a
25 changed files with 148 additions and 160 deletions

View File

@@ -1,6 +1,6 @@
package cn.iocoder.yudao.module.bpm.framework.flowable.core.candidate.strategy;
import cn.iocoder.yudao.framework.flowable.core.util.FlowableUtils;
import cn.iocoder.yudao.module.bpm.framework.flowable.core.util.FlowableUtils;
import cn.iocoder.yudao.framework.test.core.ut.BaseMockitoUnitTest;
import org.flowable.engine.delegate.DelegateExecution;
import org.junit.jupiter.api.Test;