yangys
2024-04-04 ed4a5236bab800094be4a8378f5098eebe3de6ac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
  "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<java.lang.String>",
      "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<java.lang.String>",
      "description": "放行url",
      "sourceType": "com.qianwen.core.boot.request.XssProperties"
    }
  ],
  "hints": []
}