摘要:
一,如下图 二,构建好框架,将不必要的包删掉 三,添加路由 app.UseEndpoints(endpoints => { endpoints.MapControllerRoute( name: "default", pattern: "{controller=Home}/{action=Index 阅读全文
摘要:
一,我们新建.NET Core 3.0的API项目 二,neget包Swashbuckle.AspNetCore 三,修改Startup文件 public void ConfigureServices(IServiceCollection services) { services.AddContro 阅读全文