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,23 @@
{
"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": []
}