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

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

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"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy