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
| {
| "$schema": "https://gitee.com/dotnetchina/Furion/raw/net6/schemas/v3/furion-schema.json",
| "AppSettings": {
| "InjectSpecificationDocument": true //是否开启swagger
| },
| "SpecificationDocumentSettings": {
| "EnableAllGroups": false,
| "DocumentTitle": "义维通用权限管理平台",
| "DocExpansionState": "None",
| "DefaultGroupName": "Auth", //可有可无
| "GroupOpenApiInfos": [
| {
| "Group": "Auth",
| "Title": "权限管理",
| "Order": 1000,
| "Description": "权限管理",
| "Version": "V1"
| },
| {
| "Group": "Core",
| "Title": "核心模块",
| "Order": 900,
| "Description": "核心模块",
| "Version": "V1"
| }
| ]
| }
| }
|
|