feat: 添加模块控制器分组功能
This commit is contained in:
@@ -53,8 +53,6 @@ public class Startup : AppStartup
|
|||||||
});
|
});
|
||||||
|
|
||||||
services.AddMonitorLogging();
|
services.AddMonitorLogging();
|
||||||
|
|
||||||
services.AddHealthChecks();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
|
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
|
||||||
@@ -63,7 +61,6 @@ public class Startup : AppStartup
|
|||||||
{
|
{
|
||||||
app.UseDeveloperExceptionPage();
|
app.UseDeveloperExceptionPage();
|
||||||
}
|
}
|
||||||
app.UseHealthChecks();
|
|
||||||
app.UseHttpsRedirection();
|
app.UseHttpsRedirection();
|
||||||
|
|
||||||
app.UseRouting();
|
app.UseRouting();
|
||||||
|
|||||||
@@ -14,27 +14,24 @@
|
|||||||
|
|
||||||
"StartUrl": "http://*:19001",
|
"StartUrl": "http://*:19001",
|
||||||
|
|
||||||
//swagger配置
|
|
||||||
"SpecificationDocumentSettings": {
|
"[openapi:RBAC]": {
|
||||||
"GroupOpenApiInfos": [
|
"Group": "RBAC",
|
||||||
{
|
"Order": 100,
|
||||||
"Group": "RBAC",
|
"Title": "Yi框架-云端Api接口-RBAC",
|
||||||
"Order": 100,
|
"Description": "集大成者,终究轮子。【右上角切换模块】",
|
||||||
"Title": "Yi框架-云Api接口",
|
"Version": "v3.0.0",
|
||||||
"Description": "集大成者,终究轮子",
|
"TermsOfService": "YI框架:https://ccnetcore.com与Furion:http://furion.baiqian.ltd",
|
||||||
"Version": "v3.0.0",
|
"Contact": {
|
||||||
"TermsOfService": "YI框架:https://ccnetcore.com与Furion:http://furion.baiqian.ltd",
|
"Name": "橙子",
|
||||||
"Contact": {
|
"Url": "https://ccnetcore.com",
|
||||||
"Name": "橙子",
|
"Email": "454313500@qq.com"
|
||||||
"Url": "https://ccnetcore.com",
|
},
|
||||||
"Email": "454313500@qq.com"
|
"License": {
|
||||||
},
|
"Name": "MIT",
|
||||||
"License": {
|
"Url": "https://gitee.com/ccnetcore/Yi/blob/furion/LICENSE"
|
||||||
"Name": "MIT",
|
}
|
||||||
"Url": "https://gitee.com/ccnetcore/Yi/blob/furion/LICENSE"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
|
|
||||||
//数据库类型列表
|
//数据库类型列表
|
||||||
|
|||||||
Reference in New Issue
Block a user