spring测试xml更新
This commit is contained in:
parent
d79aa7ac58
commit
bf11783c72
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue