移除所有的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,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": []
}