摘要: 1、添加引用 nugget中搜索添加引用:Swashbuckle.AspNetCore 2、添加服务 public void ConfigureServices(IServiceCollection services) { services.AddControllers(); //使用swagger 阅读全文
posted @ 2020-10-26 23:42 chenxizhaolu 阅读(254) 评论(0) 推荐(0)
摘要: 1、安装nuget包 Install-package Microsoft.EntityFrameworkCore Install-package Microsoft.EntityFrameworkCore.SqlServerInstall-package Microsoft.EntityFramew 阅读全文
posted @ 2020-10-26 22:41 chenxizhaolu 阅读(667) 评论(0) 推荐(0)