摘要: 一,如下图 二,构建好框架,将不必要的包删掉 三,添加路由 app.UseEndpoints(endpoints => { endpoints.MapControllerRoute( name: "default", pattern: "{controller=Home}/{action=Index 阅读全文
posted @ 2020-01-19 12:13 叶丶梓轩 阅读(2625) 评论(0) 推荐(0) 编辑
摘要: 一,我们新建.NET Core 3.0的API项目 二,neget包Swashbuckle.AspNetCore 三,修改Startup文件 public void ConfigureServices(IServiceCollection services) { services.AddContro 阅读全文
posted @ 2020-01-19 11:32 叶丶梓轩 阅读(422) 评论(0) 推荐(0) 编辑