摘要: 1. 添加包Grpc.AspNetCore Startup 类中注入: public void ConfigureServices(IServiceCollection services) { // 1、配置Grpc services.AddGrpc(); } app.UseEndpoints(en 阅读全文
posted @ 2024-04-08 00:08 一码事 阅读(26) 评论(0) 推荐(0) 编辑