230206027shopDemo抽离AddSwaggerGen依赖注入中间件
public void ConfigureServices IServiceCollectionservices IConfiguration configuration services.AddControllers Learn more about configuring Swagger OpenAPI at httpsaka.ms aspnetcore swashbuckle services.AddEndpointsApiExplorer 通过AddSwaggerGen依赖注入中间获取Api控制器方法的版本控制信息和注释等数据信息依赖注入.Net框架的内置容器中为在index.html页面上渲染显示这些信息作好预处理操作. services.AddSwaggerGenoptions options.SwaggerDoc v1
用户评论