spring-configuration-metadata.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "groups": [
  3. {
  4. "name": "elf",
  5. "type": "com.jiayue.common.config.ElfConfig",
  6. "sourceType": "com.jiayue.common.config.ElfConfig"
  7. },
  8. {
  9. "name": "gen",
  10. "type": "com.jiayue.generator.config.GenConfig",
  11. "sourceType": "com.jiayue.generator.config.GenConfig"
  12. }
  13. ],
  14. "properties": [
  15. {
  16. "name": "elf.copyright-year",
  17. "type": "java.lang.String",
  18. "description": "版权年份",
  19. "sourceType": "com.jiayue.common.config.ElfConfig"
  20. },
  21. {
  22. "name": "elf.demo-enabled",
  23. "type": "java.lang.Boolean",
  24. "description": "实例演示开关",
  25. "sourceType": "com.jiayue.common.config.ElfConfig"
  26. },
  27. {
  28. "name": "elf.name",
  29. "type": "java.lang.String",
  30. "description": "项目名称",
  31. "sourceType": "com.jiayue.common.config.ElfConfig"
  32. },
  33. {
  34. "name": "elf.version",
  35. "type": "java.lang.String",
  36. "description": "版本",
  37. "sourceType": "com.jiayue.common.config.ElfConfig"
  38. }
  39. ],
  40. "hints": []
  41. }