123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- {
- "groups": [
- {
- "name": "config.file-storage",
- "type": "cn.xuyanwu.spring.file.storage.FileStorageProperties",
- "sourceType": "cn.xuyanwu.spring.file.storage.FileStorageProperties"
- }
- ],
- "properties": [
- {
- "name": "config.file-storage.aliyun-oss",
- "type": "java.util.List<cn.xuyanwu.spring.file.storage.FileStorageProperties$AliyunOss>",
- "description": "阿里云 OSS",
- "sourceType": "cn.xuyanwu.spring.file.storage.FileStorageProperties"
- },
- {
- "name": "config.file-storage.aws-s3",
- "type": "java.util.List<cn.xuyanwu.spring.file.storage.FileStorageProperties$AwsS3>",
- "description": "AWS S3",
- "sourceType": "cn.xuyanwu.spring.file.storage.FileStorageProperties"
- },
- {
- "name": "config.file-storage.baidu-bos",
- "type": "java.util.List<cn.xuyanwu.spring.file.storage.FileStorageProperties$BaiduBos>",
- "description": "百度云 BOS",
- "sourceType": "cn.xuyanwu.spring.file.storage.FileStorageProperties"
- },
- {
- "name": "config.file-storage.default-platform",
- "type": "java.lang.String",
- "description": "默认存储平台",
- "sourceType": "cn.xuyanwu.spring.file.storage.FileStorageProperties",
- "defaultValue": "local"
- },
- {
- "name": "config.file-storage.ftp",
- "type": "java.util.List<cn.xuyanwu.spring.file.storage.FileStorageProperties$FTP>",
- "description": "FTP",
- "sourceType": "cn.xuyanwu.spring.file.storage.FileStorageProperties"
- },
- {
- "name": "config.file-storage.huawei-obs",
- "type": "java.util.List<cn.xuyanwu.spring.file.storage.FileStorageProperties$HuaweiObs>",
- "description": "华为云 OBS",
- "sourceType": "cn.xuyanwu.spring.file.storage.FileStorageProperties"
- },
- {
- "name": "config.file-storage.local",
- "type": "java.util.List<cn.xuyanwu.spring.file.storage.FileStorageProperties$Local>",
- "description": "本地存储",
- "sourceType": "cn.xuyanwu.spring.file.storage.FileStorageProperties"
- },
- {
- "name": "config.file-storage.local-plus",
- "type": "java.util.List<cn.xuyanwu.spring.file.storage.FileStorageProperties$LocalPlus>",
- "description": "本地存储",
- "sourceType": "cn.xuyanwu.spring.file.storage.FileStorageProperties"
- },
- {
- "name": "config.file-storage.minio",
- "type": "java.util.List<cn.xuyanwu.spring.file.storage.FileStorageProperties$MinIO>",
- "description": "MinIO USS",
- "sourceType": "cn.xuyanwu.spring.file.storage.FileStorageProperties"
- },
- {
- "name": "config.file-storage.qiniu-kodo",
- "type": "java.util.List<cn.xuyanwu.spring.file.storage.FileStorageProperties$QiniuKodo>",
- "description": "七牛云 Kodo",
- "sourceType": "cn.xuyanwu.spring.file.storage.FileStorageProperties"
- },
- {
- "name": "config.file-storage.sftp",
- "type": "java.util.List<cn.xuyanwu.spring.file.storage.FileStorageProperties$SFTP>",
- "description": "FTP",
- "sourceType": "cn.xuyanwu.spring.file.storage.FileStorageProperties"
- },
- {
- "name": "config.file-storage.tencent-cos",
- "type": "java.util.List<cn.xuyanwu.spring.file.storage.FileStorageProperties$TencentCos>",
- "description": "腾讯云 COS",
- "sourceType": "cn.xuyanwu.spring.file.storage.FileStorageProperties"
- },
- {
- "name": "config.file-storage.thumbnail-suffix",
- "type": "java.lang.String",
- "description": "缩略图后缀,例如【.min.jpg】【.png】",
- "sourceType": "cn.xuyanwu.spring.file.storage.FileStorageProperties",
- "defaultValue": ".min.jpg"
- },
- {
- "name": "config.file-storage.upyun-u-s-s",
- "type": "java.util.List<cn.xuyanwu.spring.file.storage.FileStorageProperties$UpyunUSS>",
- "description": "又拍云 USS",
- "sourceType": "cn.xuyanwu.spring.file.storage.FileStorageProperties"
- },
- {
- "name": "config.file-storage.web-dav",
- "type": "java.util.List<cn.xuyanwu.spring.file.storage.FileStorageProperties$WebDAV>",
- "sourceType": "cn.xuyanwu.spring.file.storage.FileStorageProperties"
- },
- {
- "name": "config.file-storage.web-dav",
- "type": "java.util.List<cn.xuyanwu.spring.file.storage.FileStorageProperties$WebDAV>",
- "description": "WebDAV",
- "sourceType": "cn.xuyanwu.spring.file.storage.FileStorageProperties"
- }
- ],
- "hints": []
- }
|