spring-configuration-metadata.json 2.4 KB

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