mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-06-13 03:11:10 +08:00
spring测试xml更新
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
|
||||
<context:component-scan base-package="com.yomahub.flowtest.components" />
|
||||
|
||||
<bean class="com.yomahub.liteflow.spring.ComponentScaner" depends-on="flowExecutor"/>
|
||||
<bean id="springAware" class="com.yomahub.liteflow.util.SpringAware"/>
|
||||
|
||||
<bean class="com.yomahub.liteflow.spring.ComponentScaner" depends-on="flowExecutor,springAware"/>
|
||||
|
||||
<bean id="flowExecutor" class="com.yomahub.liteflow.core.FlowExecutor">
|
||||
<property name="rulePath">
|
||||
|
||||
Reference in New Issue
Block a user