spring-configuration-metadata.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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.domain",
  17. "type": "java.lang.String",
  18. "description": "域名",
  19. "sourceType": "com.dayou.configuration.DfsConfig"
  20. },
  21. {
  22. "name": "dfs.domain-name",
  23. "type": "java.lang.String",
  24. "sourceType": "com.dayou.configuration.DfsConfig"
  25. },
  26. {
  27. "name": "dfs.path",
  28. "type": "java.lang.String",
  29. "description": "路径",
  30. "sourceType": "com.dayou.configuration.DfsConfig"
  31. },
  32. {
  33. "name": "ueditor.config",
  34. "type": "java.lang.String",
  35. "description": "config.json的文件存放地址",
  36. "sourceType": "com.dayou.ueditor.UEditorConfig"
  37. },
  38. {
  39. "name": "ueditor.unified",
  40. "type": "java.lang.Boolean",
  41. "description": "是否同统一上传地址:图片上传地址,视频上传地址...",
  42. "sourceType": "com.dayou.ueditor.UEditorConfig",
  43. "defaultValue": false
  44. },
  45. {
  46. "name": "ueditor.upload-path",
  47. "type": "java.lang.String",
  48. "description": "文件上传路径",
  49. "sourceType": "com.dayou.ueditor.UEditorConfig"
  50. },
  51. {
  52. "name": "ueditor.url-prefix",
  53. "type": "java.lang.String",
  54. "description": "文件url前缀",
  55. "sourceType": "com.dayou.ueditor.UEditorConfig"
  56. }
  57. ],
  58. "hints": []
  59. }