mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
增加springboot配置提示
This commit is contained in:
@@ -30,10 +30,22 @@
|
|||||||
"description": "Node definition for ZK configuration.",
|
"description": "Node definition for ZK configuration.",
|
||||||
"sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty"
|
"sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "liteflow.main-executor-works",
|
||||||
|
"type": "java.lang.Integer",
|
||||||
|
"description": "Max thread count for main executor,only for FlowExecutor.execute2Future.",
|
||||||
|
"sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "liteflow.main-executor-class",
|
||||||
|
"type": "java.lang.String",
|
||||||
|
"description": "Custom thread pool implement for main executor.",
|
||||||
|
"sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "liteflow.thread-executor-class",
|
"name": "liteflow.thread-executor-class",
|
||||||
"type": "java.lang.String",
|
"type": "java.lang.String",
|
||||||
"description": "Multi thread pool.",
|
"description": "Custom thread pool implement for when executor.",
|
||||||
"sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty"
|
"sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user