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-starter-security Show documentation
Show all versions of spring-boot-starter-security Show documentation
This is spring-boot-starter-security.
The newest version!
{
"properties": [
{
"name": "spring.security.session-time",
"type": "java.time.Duration",
"description": "Session失效时间.",
"defaultValue": "24h"
},
{
"name": "spring.security.automatic-renewal",
"type": "java.lang.Boolean",
"description": "Session再每次请求后自动续签.",
"defaultValue": "true"
},
{
"name": "spring.security.max-live",
"type": "java.lang.Integer",
"description": "用户最大同时存活数.",
"defaultValue": "1"
}
]
}