Digital Office Automation System Backend
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

spring-configuration-metadata.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "groups": [
  3. {
  4. "name": "xxl.job",
  5. "type": "com.ruoyi.job.config.properties.XxlJobProperties",
  6. "sourceType": "com.ruoyi.job.config.properties.XxlJobProperties"
  7. },
  8. {
  9. "name": "xxl.job.executor",
  10. "type": "com.ruoyi.job.config.properties.XxlJobProperties$Executor",
  11. "sourceType": "com.ruoyi.job.config.properties.XxlJobProperties",
  12. "sourceMethod": "getExecutor()"
  13. }
  14. ],
  15. "properties": [
  16. {
  17. "name": "xxl.job.access-token",
  18. "type": "java.lang.String",
  19. "sourceType": "com.ruoyi.job.config.properties.XxlJobProperties"
  20. },
  21. {
  22. "name": "xxl.job.admin-addresses",
  23. "type": "java.lang.String",
  24. "sourceType": "com.ruoyi.job.config.properties.XxlJobProperties"
  25. },
  26. {
  27. "name": "xxl.job.enabled",
  28. "type": "java.lang.Boolean",
  29. "sourceType": "com.ruoyi.job.config.properties.XxlJobProperties"
  30. },
  31. {
  32. "name": "xxl.job.executor.address",
  33. "type": "java.lang.String",
  34. "sourceType": "com.ruoyi.job.config.properties.XxlJobProperties$Executor"
  35. },
  36. {
  37. "name": "xxl.job.executor.appname",
  38. "type": "java.lang.String",
  39. "sourceType": "com.ruoyi.job.config.properties.XxlJobProperties$Executor"
  40. },
  41. {
  42. "name": "xxl.job.executor.ip",
  43. "type": "java.lang.String",
  44. "sourceType": "com.ruoyi.job.config.properties.XxlJobProperties$Executor"
  45. },
  46. {
  47. "name": "xxl.job.executor.log-path",
  48. "type": "java.lang.String",
  49. "sourceType": "com.ruoyi.job.config.properties.XxlJobProperties$Executor"
  50. },
  51. {
  52. "name": "xxl.job.executor.log-retention-days",
  53. "type": "java.lang.Integer",
  54. "sourceType": "com.ruoyi.job.config.properties.XxlJobProperties$Executor"
  55. },
  56. {
  57. "name": "xxl.job.executor.port",
  58. "type": "java.lang.Integer",
  59. "sourceType": "com.ruoyi.job.config.properties.XxlJobProperties$Executor"
  60. }
  61. ],
  62. "hints": []
  63. }