Files
huawei-obs-springboot-starter/target/classes/META-INF/spring-configuration-metadata.json

48 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"groups": [
{
"name": "huawei",
"type": "com.njcn.huawei.obs.config.HuaweiObsProperties",
"sourceType": "com.njcn.huawei.obs.config.HuaweiObsProperties"
},
{
"name": "huawei.obs",
"type": "com.njcn.huawei.obs.config.HuaweiObsProperties$Obs",
"sourceType": "com.njcn.huawei.obs.config.HuaweiObsProperties",
"sourceMethod": "getObs()"
}
],
"properties": [
{
"name": "huawei.access-key",
"type": "java.lang.String",
"description": "华为云访问请求ak",
"sourceType": "com.njcn.huawei.obs.config.HuaweiObsProperties"
},
{
"name": "huawei.obs.bucket",
"type": "java.lang.String",
"description": "华为云OBS的桶名称",
"sourceType": "com.njcn.huawei.obs.config.HuaweiObsProperties$Obs"
},
{
"name": "huawei.obs.endpoint",
"type": "java.lang.String",
"description": "华为云OBS的终端节点访问路径",
"sourceType": "com.njcn.huawei.obs.config.HuaweiObsProperties$Obs"
},
{
"name": "huawei.obs.expire",
"type": "java.lang.Long",
"description": "文件对应url的生命周期单位为秒",
"sourceType": "com.njcn.huawei.obs.config.HuaweiObsProperties$Obs"
},
{
"name": "huawei.security-key",
"type": "java.lang.String",
"description": "华为云访问请求sk",
"sourceType": "com.njcn.huawei.obs.config.HuaweiObsProperties"
}
],
"hints": []
}