123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "groups": [
- {
- "name": "xxl.job",
- "type": "com.ruoyi.job.config.properties.XxlJobProperties",
- "sourceType": "com.ruoyi.job.config.properties.XxlJobProperties"
- },
- {
- "name": "xxl.job.executor",
- "type": "com.ruoyi.job.config.properties.XxlJobProperties$Executor",
- "sourceType": "com.ruoyi.job.config.properties.XxlJobProperties",
- "sourceMethod": "getExecutor()"
- }
- ],
- "properties": [
- {
- "name": "xxl.job.access-token",
- "type": "java.lang.String",
- "sourceType": "com.ruoyi.job.config.properties.XxlJobProperties"
- },
- {
- "name": "xxl.job.admin-addresses",
- "type": "java.lang.String",
- "sourceType": "com.ruoyi.job.config.properties.XxlJobProperties"
- },
- {
- "name": "xxl.job.enabled",
- "type": "java.lang.Boolean",
- "sourceType": "com.ruoyi.job.config.properties.XxlJobProperties"
- },
- {
- "name": "xxl.job.executor.address",
- "type": "java.lang.String",
- "sourceType": "com.ruoyi.job.config.properties.XxlJobProperties$Executor"
- },
- {
- "name": "xxl.job.executor.appname",
- "type": "java.lang.String",
- "sourceType": "com.ruoyi.job.config.properties.XxlJobProperties$Executor"
- },
- {
- "name": "xxl.job.executor.ip",
- "type": "java.lang.String",
- "sourceType": "com.ruoyi.job.config.properties.XxlJobProperties$Executor"
- },
- {
- "name": "xxl.job.executor.log-path",
- "type": "java.lang.String",
- "sourceType": "com.ruoyi.job.config.properties.XxlJobProperties$Executor"
- },
- {
- "name": "xxl.job.executor.log-retention-days",
- "type": "java.lang.Integer",
- "sourceType": "com.ruoyi.job.config.properties.XxlJobProperties$Executor"
- },
- {
- "name": "xxl.job.executor.port",
- "type": "java.lang.Integer",
- "sourceType": "com.ruoyi.job.config.properties.XxlJobProperties$Executor"
- }
- ],
- "hints": []
- }
|