mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
修改测试类
This commit is contained in:
@@ -20,6 +20,7 @@ import java.util.Date;
|
||||
* 组件步骤对象
|
||||
*
|
||||
* @author Bryan.Zhang
|
||||
* @author Jay li
|
||||
*/
|
||||
public class CmpStep {
|
||||
|
||||
|
||||
@@ -35,6 +35,7 @@ import java.util.function.Predicate;
|
||||
* @author Bryan.Zhang
|
||||
* @author LeoLee
|
||||
* @author DaleLee
|
||||
* @author Jay li
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
public class Slot {
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user