| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "groups": [
- {
- "name": "xxl.job",
- "type": "cn.start.tz.framework.quartz.config.XxlJobProperties",
- "sourceType": "cn.start.tz.framework.quartz.config.XxlJobProperties"
- },
- {
- "name": "xxl.job.admin",
- "type": "cn.start.tz.framework.quartz.config.XxlJobProperties$AdminProperties",
- "sourceType": "cn.start.tz.framework.quartz.config.XxlJobProperties"
- },
- {
- "name": "xxl.job.executor",
- "type": "cn.start.tz.framework.quartz.config.XxlJobProperties$ExecutorProperties",
- "sourceType": "cn.start.tz.framework.quartz.config.XxlJobProperties"
- }
- ],
- "properties": [
- {
- "name": "xxl.job.access-token",
- "type": "java.lang.String",
- "description": "访问令牌",
- "sourceType": "cn.start.tz.framework.quartz.config.XxlJobProperties"
- },
- {
- "name": "xxl.job.admin.addresses",
- "type": "java.lang.String",
- "description": "调度器地址",
- "sourceType": "cn.start.tz.framework.quartz.config.XxlJobProperties$AdminProperties"
- },
- {
- "name": "xxl.job.enabled",
- "type": "java.lang.Boolean",
- "description": "是否开启,默认为 true 关闭",
- "sourceType": "cn.start.tz.framework.quartz.config.XxlJobProperties"
- },
- {
- "name": "xxl.job.executor.app-name",
- "type": "java.lang.String",
- "description": "应用名",
- "sourceType": "cn.start.tz.framework.quartz.config.XxlJobProperties$ExecutorProperties"
- },
- {
- "name": "xxl.job.executor.ip",
- "type": "java.lang.String",
- "description": "执行器的 IP",
- "sourceType": "cn.start.tz.framework.quartz.config.XxlJobProperties$ExecutorProperties"
- },
- {
- "name": "xxl.job.executor.log-path",
- "type": "java.lang.String",
- "description": "日志地址",
- "sourceType": "cn.start.tz.framework.quartz.config.XxlJobProperties$ExecutorProperties"
- },
- {
- "name": "xxl.job.executor.log-retention-days",
- "type": "java.lang.Integer",
- "description": "日志保留天数",
- "sourceType": "cn.start.tz.framework.quartz.config.XxlJobProperties$ExecutorProperties"
- },
- {
- "name": "xxl.job.executor.port",
- "type": "java.lang.Integer",
- "description": "执行器的 Port",
- "sourceType": "cn.start.tz.framework.quartz.config.XxlJobProperties$ExecutorProperties"
- }
- ],
- "hints": []
- }
|