All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.spring-configuration-metadata.json Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
{
  "groups": [
    {
      "name": "oss.storage",
      "type": "cn.cloudscope.oss.config.properties.CommonProperties",
      "sourceType": "cn.cloudscope.oss.config.properties.CommonProperties"
    }
  ],
  "properties": [
    {
      "name": "oss.storage.access-key",
      "type": "java.lang.String",
      "description": "编号",
      "sourceType": "cn.cloudscope.oss.config.properties.CommonProperties",
      "defaultValue": "minioadmin"
    },
    {
      "name": "oss.storage.bucket-name",
      "type": "java.lang.String",
      "description": "应用名称",
      "sourceType": "cn.cloudscope.oss.config.properties.CommonProperties",
      "defaultValue": "basic"
    },
    {
      "name": "oss.storage.enabled",
      "type": "java.lang.Boolean",
      "description": "是否启用",
      "sourceType": "cn.cloudscope.oss.config.properties.CommonProperties",
      "defaultValue": true
    },
    {
      "name": "oss.storage.end-point",
      "type": "java.lang.String",
      "description": "服务端上传链接",
      "sourceType": "cn.cloudscope.oss.config.properties.CommonProperties",
      "defaultValue": "http:\/\/127.0.0.1:9000"
    },
    {
      "name": "oss.storage.expires-in",
      "type": "java.time.Duration",
      "description": "默认链接过期时间(s)",
      "sourceType": "cn.cloudscope.oss.config.properties.CommonProperties"
    },
    {
      "name": "oss.storage.provider",
      "type": "cn.cloudscope.oss.config.properties.CommonProperties$Provider",
      "description": "存储方式(oss\/minio),无配置,默认为minio",
      "sourceType": "cn.cloudscope.oss.config.properties.CommonProperties"
    },
    {
      "name": "oss.storage.secret-key",
      "type": "java.lang.String",
      "description": "密钥",
      "sourceType": "cn.cloudscope.oss.config.properties.CommonProperties",
      "defaultValue": "minioadmin"
    }
  ],
  "hints": []
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy