spring-configuration-metadata.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "groups": [
  3. {
  4. "name": "back-data",
  5. "type": "com.tofly.base.config.BackDataProperty",
  6. "sourceType": "com.tofly.base.config.BackDataProperty"
  7. },
  8. {
  9. "name": "config",
  10. "type": "com.tofly.base.config.ConfigProperty",
  11. "sourceType": "com.tofly.base.config.ConfigProperty"
  12. },
  13. {
  14. "name": "xrty.ftp",
  15. "type": "com.tofly.base.config.FilePathExcel",
  16. "sourceType": "com.tofly.base.config.FilePathExcel"
  17. }
  18. ],
  19. "properties": [
  20. {
  21. "name": "back-data.back-path",
  22. "type": "java.lang.String",
  23. "sourceType": "com.tofly.base.config.BackDataProperty"
  24. },
  25. {
  26. "name": "back-data.db-ip",
  27. "type": "java.lang.String",
  28. "sourceType": "com.tofly.base.config.BackDataProperty"
  29. },
  30. {
  31. "name": "back-data.db-name",
  32. "type": "java.lang.String",
  33. "sourceType": "com.tofly.base.config.BackDataProperty"
  34. },
  35. {
  36. "name": "back-data.db-pass-word",
  37. "type": "java.lang.String",
  38. "sourceType": "com.tofly.base.config.BackDataProperty"
  39. },
  40. {
  41. "name": "back-data.db-port",
  42. "type": "java.lang.String",
  43. "sourceType": "com.tofly.base.config.BackDataProperty"
  44. },
  45. {
  46. "name": "back-data.db-user-name",
  47. "type": "java.lang.String",
  48. "sourceType": "com.tofly.base.config.BackDataProperty"
  49. },
  50. {
  51. "name": "back-data.os-type",
  52. "type": "java.lang.String",
  53. "sourceType": "com.tofly.base.config.BackDataProperty"
  54. },
  55. {
  56. "name": "config.operate-o-s",
  57. "type": "java.lang.String",
  58. "sourceType": "com.tofly.base.config.ConfigProperty"
  59. },
  60. {
  61. "name": "config.upload-path",
  62. "type": "java.lang.String",
  63. "sourceType": "com.tofly.base.config.ConfigProperty"
  64. },
  65. {
  66. "name": "xrty.ftp.excelmb",
  67. "type": "java.lang.String",
  68. "description": "Excel模板",
  69. "sourceType": "com.tofly.base.config.FilePathExcel"
  70. },
  71. {
  72. "name": "xrty.ftp.ip",
  73. "type": "java.lang.String",
  74. "description": "Excel模板",
  75. "sourceType": "com.tofly.base.config.FilePathExcel"
  76. }
  77. ],
  78. "hints": []
  79. }