feat: 完成swagger模块自动分组功能

This commit is contained in:
陈淳
2023-12-11 18:44:39 +08:00
parent 01825ad87f
commit 9d583e2e5c
2 changed files with 1 additions and 3 deletions

View File

@@ -78,7 +78,6 @@ namespace Yi.Abp.Web
context.Services.AddYiSwaggerGen<YiAbpWebModule>(
options =>
{
options.SwaggerDoc("v1", new OpenApiInfo { Title = "Yi-Abp", Version = "v1" });
options.DocInclusionPredicate((docName, description) => true);
options.CustomSchemaIds(type => type.FullName);
}