Skip to content

Commit 71beb7c

Browse files
committed
1 parent 4d0eada commit 71beb7c

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

starter/starter-common/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,54 @@
461461
"name": "spring.dynamic.tp.zookeeper.zk-connect-str",
462462
"type": "java.lang.String",
463463
"sourceType": "org.dromara.dynamictp.common.properties.DtpProperties$Zookeeper"
464+
},
465+
{
466+
"name": "spring.dynamic.tp.env",
467+
"type": "java.lang.String",
468+
"description": "Environment, if not set, will use \"spring.profiles.active\".",
469+
"sourceType": "org.dromara.dynamictp.common.properties.DtpProperties"
470+
},
471+
{
472+
"name": "spring.dynamic.tp.global-executor-props",
473+
"type": "org.dromara.dynamictp.common.entity.DtpExecutorProps",
474+
"description": "ThreadPoolExecutor global configs.",
475+
"sourceType": "org.dromara.dynamictp.common.properties.DtpProperties"
476+
},
477+
{
478+
"name": "spring.dynamic.tp.global-executor-props.executor-type",
479+
"type": "java.lang.String",
480+
"description": "ThreadPoolExecutor type, see {@link ExecutorType}",
481+
"sourceType": "org.dromara.dynamictp.common.entity.DtpExecutorProps"
482+
},
483+
{
484+
"name": "spring.dynamic.tp.global-executor-props.queue-type",
485+
"type": "java.lang.String",
486+
"description": "ThreadPoolExecutor queue type, see {@link QueueTypeEnum}",
487+
"sourceType": "org.dromara.dynamictp.common.entity.DtpExecutorProps"
488+
},
489+
{
490+
"name": "spring.dynamic.tp.global-executor-props.fair",
491+
"type": "java.lang.Boolean",
492+
"description": "ThreadPoolExecutor fair.",
493+
"sourceType": "org.dromara.dynamictp.common.entity.DtpExecutorProps"
494+
},
495+
{
496+
"name": "spring.dynamic.tp.global-executor-props.pre-start-all-core-threads",
497+
"type": "java.lang.Boolean",
498+
"description": "ThreadPoolExecutor pre start all core threads.",
499+
"sourceType": "org.dromara.dynamictp.common.entity.DtpExecutorProps"
500+
},
501+
{
502+
"name": "spring.dynamic.tp.global-executor-props.plugin-names",
503+
"type": "java.util.Set<java.lang.String>",
504+
"description": "ThreadPoolExecutor plugin names.",
505+
"sourceType": "org.dromara.dynamictp.common.entity.DtpExecutorProps"
506+
},
507+
{
508+
"name": "spring.dynamic.tp.global-executor-props.auto-create",
509+
"type": "java.lang.Boolean",
510+
"description": "ThreadPoolExecutor auto create.",
511+
"sourceType": "org.dromara.dynamictp.common.entity.DtpExecutorProps"
464512
}
465513
],
466514
"hints": []

0 commit comments

Comments
 (0)