el-springnative测试用例细节点修复
This commit is contained in:
parent
76986e8385
commit
380a0b38b9
|
@ -14,7 +14,7 @@
|
|||
<bean class="com.yomahub.liteflow.spring.ComponentScanner"/>
|
||||
|
||||
<bean id="liteflowConfig" class="com.yomahub.liteflow.property.LiteflowConfig">
|
||||
<property name="ruleSource" value="/Users/ting/Desktop/flow.el.xml"/>
|
||||
<property name="ruleSource" value="/usr/local/flow.el.xml"/>
|
||||
</bean>
|
||||
|
||||
<bean id="flowExecutor" class="com.yomahub.liteflow.core.FlowExecutor">
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
<modules>
|
||||
<module>liteflow-testcase-el-springboot</module>
|
||||
<module>liteflow-testcase-el-springnative</module>
|
||||
<module>liteflow-testcase-el-nospring</module>
|
||||
<module>liteflow-testcase-el-declare-springboot</module>
|
||||
<module>liteflow-testcase-el-script-groovy-springboot</module>
|
||||
|
|
Loading…
Reference in New Issue