META-INF.spring-configuration-metadata.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-autoconfigure Show documentation
Show all versions of spring-boot-autoconfigure Show documentation
Support some aliyun utils and integrate with Spring.
The newest version!
{
"groups": [
{
"name": "my-org.cli.security",
"type": "org.my.developer.security.CommandLineSecurityConfigurer"
},
{
"name": "my-org.web.security",
"type": "org.my.developer.security.WebSecurityConfigurer"
}
],
"properties": [
{
"name": "aliyun.sts.access-key-id",
"type": "String",
"description": "STS user AccessKeyId."
},
{
"name": "aliyun.sts.access-key-secret",
"type": "String",
"description": "STS user AccessKeySecret."
},
{
"name": "aliyun.sts.endpoint",
"type": "String",
"description": "STS endpoint"
},
{
"name": "aliyun.sts.duration-seconds",
"type": "Long",
"description": "Set principal valid time in seconds."
},
{
"name": "aliyun.sts.role-arn",
"type": "String",
"description": "Set sts ram role arn."
}
]
}