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