spring-configuration-metadata.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "groups": [
  3. {
  4. "name": "xxl.job",
  5. "type": "com.jt.cloud.framework.quartz.config.XxlJobProperties",
  6. "sourceType": "com.jt.cloud.framework.quartz.config.XxlJobProperties"
  7. },
  8. {
  9. "name": "xxl.job.admin",
  10. "type": "com.jt.cloud.framework.quartz.config.XxlJobProperties$AdminProperties",
  11. "sourceType": "com.jt.cloud.framework.quartz.config.XxlJobProperties"
  12. },
  13. {
  14. "name": "xxl.job.executor",
  15. "type": "com.jt.cloud.framework.quartz.config.XxlJobProperties$ExecutorProperties",
  16. "sourceType": "com.jt.cloud.framework.quartz.config.XxlJobProperties"
  17. }
  18. ],
  19. "properties": [
  20. {
  21. "name": "xxl.job.access-token",
  22. "type": "java.lang.String",
  23. "description": "访问令牌",
  24. "sourceType": "com.jt.cloud.framework.quartz.config.XxlJobProperties"
  25. },
  26. {
  27. "name": "xxl.job.admin.addresses",
  28. "type": "java.lang.String",
  29. "description": "调度器地址",
  30. "sourceType": "com.jt.cloud.framework.quartz.config.XxlJobProperties$AdminProperties"
  31. },
  32. {
  33. "name": "xxl.job.enabled",
  34. "type": "java.lang.Boolean",
  35. "description": "是否开启,默认为 true 关闭",
  36. "sourceType": "com.jt.cloud.framework.quartz.config.XxlJobProperties",
  37. "defaultValue": true
  38. },
  39. {
  40. "name": "xxl.job.executor.app-name",
  41. "type": "java.lang.String",
  42. "description": "应用名",
  43. "sourceType": "com.jt.cloud.framework.quartz.config.XxlJobProperties$ExecutorProperties"
  44. },
  45. {
  46. "name": "xxl.job.executor.ip",
  47. "type": "java.lang.String",
  48. "description": "执行器的 IP",
  49. "sourceType": "com.jt.cloud.framework.quartz.config.XxlJobProperties$ExecutorProperties"
  50. },
  51. {
  52. "name": "xxl.job.executor.log-path",
  53. "type": "java.lang.String",
  54. "description": "日志地址",
  55. "sourceType": "com.jt.cloud.framework.quartz.config.XxlJobProperties$ExecutorProperties"
  56. },
  57. {
  58. "name": "xxl.job.executor.log-retention-days",
  59. "type": "java.lang.Integer",
  60. "description": "日志保留天数",
  61. "sourceType": "com.jt.cloud.framework.quartz.config.XxlJobProperties$ExecutorProperties",
  62. "defaultValue": 30
  63. },
  64. {
  65. "name": "xxl.job.executor.port",
  66. "type": "java.lang.Integer",
  67. "description": "执行器的 Port",
  68. "sourceType": "com.jt.cloud.framework.quartz.config.XxlJobProperties$ExecutorProperties",
  69. "defaultValue": -1
  70. }
  71. ],
  72. "hints": []
  73. }