You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
2.1 KiB
54 lines
2.1 KiB
{
|
|
"groups": [
|
|
{
|
|
"name": "cache.session",
|
|
"type": "com.iteaj.framework.autoconfigure.SessionCacheProperties",
|
|
"sourceType": "com.iteaj.framework.autoconfigure.SessionCacheProperties"
|
|
},
|
|
{
|
|
"name": "framework",
|
|
"type": "com.iteaj.framework.autoconfigure.FrameworkProperties",
|
|
"sourceType": "com.iteaj.framework.autoconfigure.FrameworkProperties"
|
|
},
|
|
{
|
|
"name": "framework.auth",
|
|
"type": "com.iteaj.framework.autoconfigure.FrameworkProperties$Auth",
|
|
"sourceType": "com.iteaj.framework.autoconfigure.FrameworkProperties"
|
|
}
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "cache.session.expire",
|
|
"type": "java.lang.Long",
|
|
"description": "全局过期时间(秒) @see WebAuthAction#expireTime() 可以指定各端(pc,webapp)的过期时间 @see com.iteaj.framework.security.shiro.online.OnlineSessionManager#applyGlobalSessionTimeout(Session)",
|
|
"sourceType": "com.iteaj.framework.autoconfigure.SessionCacheProperties",
|
|
"defaultValue": 0
|
|
},
|
|
{
|
|
"name": "cache.session.name",
|
|
"type": "java.lang.String",
|
|
"description": "session缓存名称",
|
|
"sourceType": "com.iteaj.framework.autoconfigure.SessionCacheProperties",
|
|
"defaultValue": "SBootFrameworkSessionCache"
|
|
},
|
|
{
|
|
"name": "framework.domain",
|
|
"type": "java.lang.String",
|
|
"description": "当前系统访问地址,不包含uri (http:\/\/www.iteaj.com)",
|
|
"sourceType": "com.iteaj.framework.autoconfigure.FrameworkProperties"
|
|
},
|
|
{
|
|
"name": "framework.upload-location",
|
|
"type": "java.lang.String",
|
|
"description": "文件上传的跟目录 @see #uploadPattern 此uri将映射到此目录 注:只有 uploadRootDir 和 uploadRootDir 都不为空才会生效",
|
|
"sourceType": "com.iteaj.framework.autoconfigure.FrameworkProperties"
|
|
},
|
|
{
|
|
"name": "framework.upload-pattern",
|
|
"type": "java.lang.String",
|
|
"description": "上传的文件访问的路径前缀 @see #uploadLocation 此访问路径将映射到此目录",
|
|
"sourceType": "com.iteaj.framework.autoconfigure.FrameworkProperties"
|
|
}
|
|
],
|
|
"hints": []
|
|
}
|