mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-15 04:22:09 +08:00
[bug]fix 单元测试报错的问题
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.yomahub.liteflow.test.liteflowcomponent;
|
||||
package com.yomahub.liteflow.test.liteflowComponent;
|
||||
|
||||
import com.yomahub.liteflow.core.FlowExecutor;
|
||||
import com.yomahub.liteflow.flow.LiteflowResponse;
|
||||
@@ -5,7 +5,7 @@
|
||||
* @email weenyc31@163.com
|
||||
* @Date 2020/4/1
|
||||
*/
|
||||
package com.yomahub.liteflow.test.liteflowcomponent.cmp;
|
||||
package com.yomahub.liteflow.test.liteflowComponent.cmp;
|
||||
|
||||
import com.yomahub.liteflow.annotation.LiteflowCmpDefine;
|
||||
import com.yomahub.liteflow.annotation.LiteflowComponent;
|
||||
@@ -5,7 +5,7 @@
|
||||
* @email weenyc31@163.com
|
||||
* @Date 2020/4/1
|
||||
*/
|
||||
package com.yomahub.liteflow.test.liteflowcomponent.cmp;
|
||||
package com.yomahub.liteflow.test.liteflowComponent.cmp;
|
||||
|
||||
import com.yomahub.liteflow.annotation.LiteflowCmpDefine;
|
||||
import com.yomahub.liteflow.annotation.LiteflowComponent;
|
||||
@@ -5,7 +5,7 @@
|
||||
* @email weenyc31@163.com
|
||||
* @Date 2020/4/1
|
||||
*/
|
||||
package com.yomahub.liteflow.test.liteflowcomponent.cmp;
|
||||
package com.yomahub.liteflow.test.liteflowComponent.cmp;
|
||||
|
||||
import com.yomahub.liteflow.annotation.LiteflowCmpDefine;
|
||||
import com.yomahub.liteflow.annotation.LiteflowComponent;
|
||||
@@ -5,7 +5,7 @@
|
||||
* @email weenyc31@163.com
|
||||
* @Date 2020/4/1
|
||||
*/
|
||||
package com.yomahub.liteflow.test.liteflowcomponent.cmp;
|
||||
package com.yomahub.liteflow.test.liteflowComponent.cmp;
|
||||
|
||||
import com.yomahub.liteflow.annotation.LiteflowCmpDefine;
|
||||
import com.yomahub.liteflow.annotation.LiteflowComponent;
|
||||
@@ -1 +1 @@
|
||||
liteflow.rule-source=/usr/local/flow.xml
|
||||
liteflow.rule-source=/absoluteConfigPath/flow.xml
|
||||
Reference in New Issue
Block a user