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 if-uaa-auth-spring-boot-autoconfigure Show documentation
Show all versions of if-uaa-auth-spring-boot-autoconfigure Show documentation
基础框架功能,为spring boot starter 定制增强
The newest version!
{
"hints": [
],
"groups": [
{
"sourceType": "com.iframework.uaa.auth.autoconfigure.properties.AuthTokenProperties",
"name": "AuthTokenProperties",
"type": "com.iframework.uaa.auth.autoconfigure.properties.AuthTokenProperties"
}
],
"properties": [
{
"sourceType": "com.iframework.uaa.auth.autoconfigure.properties.AuthTokenProperties",
"name": "uaa.auth.token.private-key",
"type": "java.lang.String",
"description": "RSA 私钥"
},
{
"sourceType": "com.iframework.uaa.auth.autoconfigure.properties.AuthTokenProperties",
"name": "uaa.auth.token.hours",
"type": "java.lang.Integer",
"description": "access_token 有效期,单位:小时"
}
]
}