Initial commit

This commit is contained in:
易焱
2019-07-30 18:14:32 +08:00
commit daa60cf523
1624 changed files with 90832 additions and 0 deletions
@@ -0,0 +1,30 @@
{
"groups": [
{
"name": "project.shiro",
"type": "com.cwhelp.component.shiro.config.properties.ShiroProjectProperties",
"sourceType": "com.cwhelp.component.shiro.config.properties.ShiroProjectProperties"
}
],
"properties": [
{
"name": "project.shiro.global-session-timeout",
"type": "java.lang.Integer",
"sourceType": "com.cwhelp.component.shiro.config.properties.ShiroProjectProperties",
"defaultValue": 1800
},
{
"name": "project.shiro.remember-me-timeout",
"type": "java.lang.Integer",
"sourceType": "com.cwhelp.component.shiro.config.properties.ShiroProjectProperties",
"defaultValue": 7
},
{
"name": "project.shiro.session-validation-interval",
"type": "java.lang.Integer",
"sourceType": "com.cwhelp.component.shiro.config.properties.ShiroProjectProperties",
"defaultValue": 900
}
],
"hints": []
}