spring-configuration-metadata.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "groups": [
  3. {
  4. "name": "ftp",
  5. "type": "com.tofly.base.config.FtpConfiguration$FtpConfigProperties",
  6. "sourceType": "com.tofly.base.config.FtpConfiguration$FtpConfigProperties"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "name": "ftp.buffer-size",
  12. "type": "java.lang.Integer",
  13. "sourceType": "com.tofly.base.config.FtpConfiguration$FtpConfigProperties",
  14. "defaultValue": 8096
  15. },
  16. {
  17. "name": "ftp.create-tbl",
  18. "type": "java.lang.Boolean",
  19. "sourceType": "com.tofly.base.config.FtpConfiguration$FtpConfigProperties",
  20. "defaultValue": false
  21. },
  22. {
  23. "name": "ftp.encoding",
  24. "type": "java.lang.String",
  25. "sourceType": "com.tofly.base.config.FtpConfiguration$FtpConfigProperties",
  26. "defaultValue": "utf-8"
  27. },
  28. {
  29. "name": "ftp.initial-size",
  30. "type": "java.lang.Integer",
  31. "description": "初始化连接数",
  32. "sourceType": "com.tofly.base.config.FtpConfiguration$FtpConfigProperties",
  33. "defaultValue": 0
  34. },
  35. {
  36. "name": "ftp.password",
  37. "type": "java.lang.String",
  38. "sourceType": "com.tofly.base.config.FtpConfiguration$FtpConfigProperties"
  39. },
  40. {
  41. "name": "ftp.port",
  42. "type": "java.lang.Integer",
  43. "sourceType": "com.tofly.base.config.FtpConfiguration$FtpConfigProperties"
  44. },
  45. {
  46. "name": "ftp.server",
  47. "type": "java.lang.String",
  48. "sourceType": "com.tofly.base.config.FtpConfiguration$FtpConfigProperties",
  49. "defaultValue": "localhost"
  50. },
  51. {
  52. "name": "ftp.username",
  53. "type": "java.lang.String",
  54. "sourceType": "com.tofly.base.config.FtpConfiguration$FtpConfigProperties"
  55. }
  56. ],
  57. "hints": []
  58. }