摘要:
在项目文件夹中定义一个 Middleware 文件夹,建一个中间件类 using Microsoft.AspNetCore.Http; using System; using System.Collections.Generic; using System.Linq; using System.Th 阅读全文
摘要:
先安装Ocelot.Provider.Polly 然后在Startup.CS .AddPolly(); using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; u 阅读全文