spring-configuration-metadata.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "groups": [
  3. {
  4. "name": "dfs",
  5. "type": "com.dayou.configuration.DfsConfig",
  6. "sourceType": "com.dayou.configuration.DfsConfig"
  7. },
  8. {
  9. "name": "ueditor",
  10. "type": "com.dayou.ueditor.UEditorConfig",
  11. "sourceType": "com.dayou.ueditor.UEditorConfig"
  12. }
  13. ],
  14. "properties": [
  15. {
  16. "name": "dfs.code",
  17. "type": "java.lang.String",
  18. "sourceType": "com.dayou.configuration.DfsConfig"
  19. },
  20. {
  21. "name": "dfs.domain",
  22. "type": "java.lang.String",
  23. "description": "域名",
  24. "sourceType": "com.dayou.configuration.DfsConfig"
  25. },
  26. {
  27. "name": "dfs.domain-name",
  28. "type": "java.lang.String",
  29. "sourceType": "com.dayou.configuration.DfsConfig"
  30. },
  31. {
  32. "name": "dfs.path",
  33. "type": "java.lang.String",
  34. "description": "路径",
  35. "sourceType": "com.dayou.configuration.DfsConfig"
  36. },
  37. {
  38. "name": "ueditor.config",
  39. "type": "java.lang.String",
  40. "description": "config.json的文件存放地址",
  41. "sourceType": "com.dayou.ueditor.UEditorConfig"
  42. },
  43. {
  44. "name": "ueditor.unified",
  45. "type": "java.lang.Boolean",
  46. "description": "是否同统一上传地址:图片上传地址,视频上传地址...",
  47. "sourceType": "com.dayou.ueditor.UEditorConfig",
  48. "defaultValue": false
  49. },
  50. {
  51. "name": "ueditor.upload-path",
  52. "type": "java.lang.String",
  53. "description": "文件上传路径",
  54. "sourceType": "com.dayou.ueditor.UEditorConfig"
  55. },
  56. {
  57. "name": "ueditor.url-prefix",
  58. "type": "java.lang.String",
  59. "description": "文件url前缀",
  60. "sourceType": "com.dayou.ueditor.UEditorConfig"
  61. }
  62. ],
  63. "hints": []
  64. }