el-springnative测试用例细节点修复

This commit is contained in:
everywhere.z 2022-07-10 23:15:28 +08:00
parent 76986e8385
commit 380a0b38b9
2 changed files with 2 additions and 1 deletions

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="/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">

View File

@ -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>