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,41 @@
{
"groups": [
{
"name": "project",
"type": "com.cwhelp.common.config.properties.ProjectProperties",
"sourceType": "com.cwhelp.common.config.properties.ProjectProperties"
},
{
"name": "project.xxs",
"type": "com.cwhelp.common.config.properties.ProjectProperties$Xxs",
"sourceType": "com.cwhelp.common.config.properties.ProjectProperties"
}
],
"properties": [
{
"name": "project.captcha-open",
"type": "java.lang.Boolean",
"sourceType": "com.cwhelp.common.config.properties.ProjectProperties",
"defaultValue": false
},
{
"name": "project.xxs.enabled",
"type": "java.lang.Boolean",
"sourceType": "com.cwhelp.common.config.properties.ProjectProperties$Xxs",
"defaultValue": true
},
{
"name": "project.xxs.excludes",
"type": "java.lang.String",
"sourceType": "com.cwhelp.common.config.properties.ProjectProperties$Xxs",
"defaultValue": "\/favicon.ico,\/img\/*,\/js\/*,\/css\/*,\/lib\/*"
},
{
"name": "project.xxs.url-patterns",
"type": "java.lang.String",
"sourceType": "com.cwhelp.common.config.properties.ProjectProperties$Xxs",
"defaultValue": "\/*"
}
],
"hints": []
}