02 2021 档案
摘要:1、创建一个.netcore Mvc项目 2、安装相关NuGet包 添加包 Swashbuckle.AspNetCore 3、在 Startup.cs 中的 ConfigureServices 下添加 var basePath = ApplicationEnvironment.Application
阅读全文
摘要:1、创建一个.netcore Mvc项目 2、安装相关NuGet包 添加包 MiniProfiler.AspNetCore.Mvc 和 MiniProfiler.EntityFrameworkCore 3、在 Startup.cs 中的 Configure 下添加 app.UseMiniProfil
阅读全文
摘要:LaunchSettings.json 配置详细说明 { ////////////////////////////////////////使用IIS Express启动配置//////////////////////////////////////////// "iisSettings": { "w
阅读全文