移除所有的target

This commit is contained in:
易焱
2019-07-31 01:55:07 +08:00
parent 510b40573a
commit 8c7b429e32
797 changed files with 1 additions and 37749 deletions
@@ -1,23 +0,0 @@
{
"groups": [
{
"name": "project.upload",
"type": "com.cwhelp.component.fileUpload.config.properties.UploadProjectProperties",
"sourceType": "com.cwhelp.component.fileUpload.config.properties.UploadProjectProperties"
}
],
"properties": [
{
"name": "project.upload.file-path",
"type": "java.lang.String",
"sourceType": "com.cwhelp.component.fileUpload.config.properties.UploadProjectProperties"
},
{
"name": "project.upload.static-path",
"type": "java.lang.String",
"sourceType": "com.cwhelp.component.fileUpload.config.properties.UploadProjectProperties",
"defaultValue": "\/upload\/**"
}
],
"hints": []
}
@@ -1,36 +0,0 @@
{
"groups": [
{
"name": "project.jwt",
"type": "com.cwhelp.component.jwt.config.properties.JwtProjectProperties",
"sourceType": "com.cwhelp.component.jwt.config.properties.JwtProjectProperties"
}
],
"properties": [
{
"name": "project.jwt.expired",
"type": "java.lang.Integer",
"sourceType": "com.cwhelp.component.jwt.config.properties.JwtProjectProperties",
"defaultValue": 3
},
{
"name": "project.jwt.pattern-anno",
"type": "java.lang.Boolean",
"sourceType": "com.cwhelp.component.jwt.config.properties.JwtProjectProperties",
"defaultValue": true
},
{
"name": "project.jwt.pattern-path",
"type": "java.lang.Boolean",
"sourceType": "com.cwhelp.component.jwt.config.properties.JwtProjectProperties",
"defaultValue": false
},
{
"name": "project.jwt.secret",
"type": "java.lang.String",
"sourceType": "com.cwhelp.component.jwt.config.properties.JwtProjectProperties",
"defaultValue": "mySecret"
}
],
"hints": []
}
@@ -1,30 +0,0 @@
{
"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": []
}