随笔分类 -  .Net Core

摘要:#region async Task await /// <summary> /// commit /// </summary> /// <param name="mallCode">code</param> /// <returns>json</returns> [HttpGet] public 阅读全文
posted @ 2020-09-28 11:28 越过那个限制 阅读(561) 评论(0) 推荐(0)
摘要:1. NuGet 中添加 Swashbuckle.AspNetCore 2.添加 Startup 信息 将 Swagger 生成器添加到 Startup.ConfigureServices 方法中的服务集合中: 在 Startup.Configure 方法中,启用中间件为生成的 JSON 文档和 S 阅读全文
posted @ 2019-09-27 18:24 越过那个限制 阅读(1107) 评论(2) 推荐(1)