|
@@ -130,7 +130,7 @@ namespace TEAMModelGrpc
|
|
app.UseGrpcExtensions<TEAMModelGrpc.Services.KnowledgeService>(options =>
|
|
app.UseGrpcExtensions<TEAMModelGrpc.Services.KnowledgeService>(options =>
|
|
{
|
|
{
|
|
//CodeFirst配制
|
|
//CodeFirst配制
|
|
- options.GlobalPackage = "math";
|
|
|
|
|
|
+ options.GlobalPackage = "TMDGrpc";
|
|
options.ProtoNameSpace = "TMDGrpc";
|
|
options.ProtoNameSpace = "TMDGrpc";
|
|
})
|
|
})
|
|
//CodeFirst生成proto
|
|
//CodeFirst生成proto
|