修改测试类

This commit is contained in:
jay li
2024-10-23 22:30:41 +08:00
parent ec8f7aaa8d
commit ee0088ef3a
3 changed files with 3 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ import java.util.Date;
* 组件步骤对象
*
* @author Bryan.Zhang
* @author Jay li
*/
public class CmpStep {

View File

@@ -35,6 +35,7 @@ import java.util.function.Predicate;
* @author Bryan.Zhang
* @author LeoLee
* @author DaleLee
* @author Jay li
*/
@SuppressWarnings("unchecked")
public class Slot {

View File

@@ -14,7 +14,7 @@
<bean class="com.yomahub.liteflow.spring.ComponentScanner"/>
<bean id="liteflowConfig" class="com.yomahub.liteflow.property.LiteflowConfig">
<property name="ruleSource" value="base/flow.el.xml"/>
<property name="ruleSource" value="instanceIds/flow.el.xml"/>
</bean>
<bean id="flowExecutor" class="com.yomahub.liteflow.core.FlowExecutor">