Digital Office Automation System Backend
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

spring-configuration-metadata.json 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "groups": [
  3. {
  4. "name": "ruoyi",
  5. "type": "com.ruoyi.common.config.RuoYiConfig",
  6. "sourceType": "com.ruoyi.common.config.RuoYiConfig"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "name": "ruoyi.address-enabled",
  12. "type": "java.lang.Boolean",
  13. "description": "获取地址开关",
  14. "sourceType": "com.ruoyi.common.config.RuoYiConfig"
  15. },
  16. {
  17. "name": "ruoyi.cache-lazy",
  18. "type": "java.lang.Boolean",
  19. "description": "缓存懒加载",
  20. "sourceType": "com.ruoyi.common.config.RuoYiConfig"
  21. },
  22. {
  23. "name": "ruoyi.copyright-year",
  24. "type": "java.lang.String",
  25. "description": "版权年份",
  26. "sourceType": "com.ruoyi.common.config.RuoYiConfig"
  27. },
  28. {
  29. "name": "ruoyi.demo-enabled",
  30. "type": "java.lang.Boolean",
  31. "description": "实例演示开关",
  32. "sourceType": "com.ruoyi.common.config.RuoYiConfig"
  33. },
  34. {
  35. "name": "ruoyi.name",
  36. "type": "java.lang.String",
  37. "description": "项目名称",
  38. "sourceType": "com.ruoyi.common.config.RuoYiConfig"
  39. },
  40. {
  41. "name": "ruoyi.version",
  42. "type": "java.lang.String",
  43. "description": "版本",
  44. "sourceType": "com.ruoyi.common.config.RuoYiConfig"
  45. }
  46. ],
  47. "hints": []
  48. }