增加springboot配置提示

This commit is contained in:
bryan31
2022-04-28 17:37:13 +08:00
parent f81e8e0553
commit 7c23644ad0

View File

@@ -30,10 +30,22 @@
"description": "Node definition for ZK configuration.",
"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",
"type": "java.lang.String",
"description": "Multi thread pool.",
"description": "Custom thread pool implement for when executor.",
"sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty"
},
{