spring-configuration-metadata.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "groups": [
  3. {
  4. "name": "cn.jiheng.file",
  5. "type": "com.factory.infrastructure.config.properties.FileSystemProperties",
  6. "sourceType": "com.factory.infrastructure.config.properties.FileSystemProperties"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "name": "cn.jiheng.file.download-prefix",
  12. "type": "java.lang.String",
  13. "description": "文件下载前缀",
  14. "sourceType": "com.factory.infrastructure.config.properties.FileSystemProperties"
  15. },
  16. {
  17. "name": "cn.jiheng.file.file-store-dir",
  18. "type": "java.lang.String",
  19. "description": "文件文件夹路径",
  20. "sourceType": "com.factory.infrastructure.config.properties.FileSystemProperties"
  21. },
  22. {
  23. "name": "cn.jiheng.file.file-store-dir-path",
  24. "type": "java.lang.String",
  25. "description": "文件 注意最后的斜杠",
  26. "sourceType": "com.factory.infrastructure.config.properties.FileSystemProperties"
  27. },
  28. {
  29. "name": "cn.jiheng.file.file-temp-dir",
  30. "type": "java.lang.String",
  31. "description": "文件临时路径",
  32. "sourceType": "com.factory.infrastructure.config.properties.FileSystemProperties"
  33. },
  34. {
  35. "name": "cn.jiheng.file.file-temp-dir-path",
  36. "type": "java.lang.String",
  37. "sourceType": "com.factory.infrastructure.config.properties.FileSystemProperties"
  38. },
  39. {
  40. "name": "cn.jiheng.file.zip-out-dir",
  41. "type": "java.lang.String",
  42. "description": "文件解压后的路径",
  43. "sourceType": "com.factory.infrastructure.config.properties.FileSystemProperties"
  44. },
  45. {
  46. "name": "cn.jiheng.file.zip-out-dir-path",
  47. "type": "java.lang.String",
  48. "sourceType": "com.factory.infrastructure.config.properties.FileSystemProperties"
  49. }
  50. ],
  51. "hints": []
  52. }