{ "groups": [ { "name": "blade.file", "type": "com.qianwen.core.boot.props.BladeFileProperties", "sourceType": "com.qianwen.core.boot.props.BladeFileProperties" }, { "name": "blade.request", "type": "com.qianwen.core.boot.request.RequestProperties", "sourceType": "com.qianwen.core.boot.request.RequestProperties" }, { "name": "blade.upload", "type": "com.qianwen.core.boot.props.BladeUploadProperties", "sourceType": "com.qianwen.core.boot.props.BladeUploadProperties" }, { "name": "blade.xss", "type": "com.qianwen.core.boot.request.XssProperties", "sourceType": "com.qianwen.core.boot.request.XssProperties" } ], "properties": [ { "name": "blade.file.compress", "type": "java.lang.Boolean", "description": "图片压缩", "sourceType": "com.qianwen.core.boot.props.BladeFileProperties", "defaultValue": false }, { "name": "blade.file.compress-flag", "type": "java.lang.Boolean", "description": "图片缩放选择:true放大;false缩小", "sourceType": "com.qianwen.core.boot.props.BladeFileProperties", "defaultValue": false }, { "name": "blade.file.compress-scale", "type": "java.lang.Double", "description": "图片压缩比例", "sourceType": "com.qianwen.core.boot.props.BladeFileProperties", "defaultValue": 2 }, { "name": "blade.file.context-path", "type": "java.lang.String", "description": "项目相对路径", "sourceType": "com.qianwen.core.boot.props.BladeFileProperties", "defaultValue": "\/" }, { "name": "blade.file.download-path", "type": "java.lang.String", "description": "下载路径", "sourceType": "com.qianwen.core.boot.props.BladeFileProperties", "defaultValue": "\/download" }, { "name": "blade.file.real-path", "type": "java.lang.String", "description": "项目物理路径", "sourceType": "com.qianwen.core.boot.props.BladeFileProperties", "defaultValue": "user.dir" }, { "name": "blade.file.remote-mode", "type": "java.lang.Boolean", "description": "远程上传模式", "sourceType": "com.qianwen.core.boot.props.BladeFileProperties", "defaultValue": false }, { "name": "blade.file.remote-path", "type": "java.lang.String", "description": "上传下载路径(物理路径)", "sourceType": "com.qianwen.core.boot.props.BladeFileProperties" }, { "name": "blade.file.upload-domain", "type": "java.lang.String", "description": "外网地址", "sourceType": "com.qianwen.core.boot.props.BladeFileProperties", "defaultValue": "http:\/\/127.0.0.1:8999" }, { "name": "blade.file.upload-path", "type": "java.lang.String", "description": "上传路径(相对路径)", "sourceType": "com.qianwen.core.boot.props.BladeFileProperties", "defaultValue": "\/upload" }, { "name": "blade.request.enabled", "type": "java.lang.Boolean", "description": "开启自定义request", "sourceType": "com.qianwen.core.boot.request.RequestProperties", "defaultValue": true }, { "name": "blade.request.skip-url", "type": "java.util.List", "description": "放行url", "sourceType": "com.qianwen.core.boot.request.RequestProperties" }, { "name": "blade.upload.save-path", "type": "java.lang.String", "description": "文件保存目录,默认:jar 包同级目录", "sourceType": "com.qianwen.core.boot.props.BladeUploadProperties" }, { "name": "blade.xss.enabled", "type": "java.lang.Boolean", "description": "开启xss", "sourceType": "com.qianwen.core.boot.request.XssProperties", "defaultValue": true }, { "name": "blade.xss.skip-url", "type": "java.util.List", "description": "放行url", "sourceType": "com.qianwen.core.boot.request.XssProperties" } ], "hints": [] }