spring-configuration-metadata.json 520 B

123456789101112131415161718192021222324
  1. {
  2. "groups": [
  3. {
  4. "name": "dfs",
  5. "type": "com.dayou.configuration.DfsConfig",
  6. "sourceType": "com.dayou.configuration.DfsConfig"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "name": "dfs.domain",
  12. "type": "java.lang.String",
  13. "description": "域名",
  14. "sourceType": "com.dayou.configuration.DfsConfig"
  15. },
  16. {
  17. "name": "dfs.path",
  18. "type": "java.lang.String",
  19. "description": "路径",
  20. "sourceType": "com.dayou.configuration.DfsConfig"
  21. }
  22. ],
  23. "hints": []
  24. }