12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "groups": [
- {
- "name": "ftp",
- "type": "com.tofly.base.config.FtpConfiguration$FtpConfigProperties",
- "sourceType": "com.tofly.base.config.FtpConfiguration$FtpConfigProperties"
- }
- ],
- "properties": [
- {
- "name": "ftp.buffer-size",
- "type": "java.lang.Integer",
- "sourceType": "com.tofly.base.config.FtpConfiguration$FtpConfigProperties",
- "defaultValue": 8096
- },
- {
- "name": "ftp.create-tbl",
- "type": "java.lang.Boolean",
- "sourceType": "com.tofly.base.config.FtpConfiguration$FtpConfigProperties",
- "defaultValue": false
- },
- {
- "name": "ftp.encoding",
- "type": "java.lang.String",
- "sourceType": "com.tofly.base.config.FtpConfiguration$FtpConfigProperties",
- "defaultValue": "utf-8"
- },
- {
- "name": "ftp.initial-size",
- "type": "java.lang.Integer",
- "description": "初始化连接数",
- "sourceType": "com.tofly.base.config.FtpConfiguration$FtpConfigProperties",
- "defaultValue": 0
- },
- {
- "name": "ftp.password",
- "type": "java.lang.String",
- "sourceType": "com.tofly.base.config.FtpConfiguration$FtpConfigProperties"
- },
- {
- "name": "ftp.port",
- "type": "java.lang.Integer",
- "sourceType": "com.tofly.base.config.FtpConfiguration$FtpConfigProperties"
- },
- {
- "name": "ftp.server",
- "type": "java.lang.String",
- "sourceType": "com.tofly.base.config.FtpConfiguration$FtpConfigProperties",
- "defaultValue": "localhost"
- },
- {
- "name": "ftp.username",
- "type": "java.lang.String",
- "sourceType": "com.tofly.base.config.FtpConfiguration$FtpConfigProperties"
- }
- ],
- "hints": []
- }
|