mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-20 23:58:09 +08:00
enhancement #I58VVV 对core的package结构进行整理
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
package com.yomahub.liteflow.springboot;
|
||||
|
||||
import com.yomahub.liteflow.core.FlowExecutor;
|
||||
import com.yomahub.liteflow.entity.data.DataBus;
|
||||
import org.springframework.beans.factory.InitializingBean;
|
||||
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
|
||||
|
||||
/**
|
||||
* 执行器初始化类
|
||||
|
||||
@@ -11,7 +11,7 @@ liteflow.when-queue-limit=512
|
||||
liteflow.parse-on-start=true
|
||||
liteflow.retry-count=0
|
||||
liteflow.support-multiple-type=false
|
||||
liteflow.node-executor-class=com.yomahub.liteflow.entity.executor.DefaultNodeExecutor
|
||||
liteflow.node-executor-class=com.yomahub.liteflow.flow.executor.DefaultNodeExecutor
|
||||
liteflow.monitor.enable-log=false
|
||||
liteflow.monitor.queue-limit=200
|
||||
liteflow.monitor.delay=300000
|
||||
|
||||
Reference in New Issue
Block a user