From 6f7b00ab74464ddca3f00c01d1103674379584e9 Mon Sep 17 00:00:00 2001 From: gbccccc Date: Sat, 17 May 2025 09:15:39 +0800 Subject: [PATCH] bugfix: fix the typos in trpc-jave-demo's yaml --- .../src/main/resources/trpc_java_client.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/trpc-demo/trpc-java-demo/src/main/resources/trpc_java_client.yaml b/trpc-demo/trpc-java-demo/src/main/resources/trpc_java_client.yaml index f23ffeb70d..ee7a7c4b24 100644 --- a/trpc-demo/trpc-java-demo/src/main/resources/trpc_java_client.yaml +++ b/trpc-demo/trpc-java-demo/src/main/resources/trpc_java_client.yaml @@ -9,19 +9,19 @@ client: # Client configs - demoFilter service: - name: trpc.TestApp.TestServer.Greeter1 # Service name - interface: com.tencent.trpc.demo.proto.GreeterserviceAPI # Service interface + interface: com.tencent.trpc.demo.proto.GreeterServiceAPI # Service interface naming_url: ip://127.0.0.1:12321 # Router address network: tcp # Network type, tcp or udp - name: trpc.TestApp.TestServer.Greeter2 # Service name - interface: com.tencent.trpc.demo.proto.Greeterservice2API # Service interface + interface: com.tencent.trpc.demo.proto.GreeterService2API # Service interface naming_url: ip://127.0.0.1:12321 # Router address network: udp # Network type, tcp or udp - name: trpc.TestApp.TestServer.Greeter3 # Service name - interface: com.tencent.trpc.demo.proto.GreeterserviceAPI # Service interface + interface: com.tencent.trpc.demo.proto.GreeterServiceAPI # Service interface naming_url: ip://127.0.0.1:12322 # Router address protocol: http # Protocol type, default is trpc - name: trpc.TestApp.TestServer.Greeter4 # Service name - interface: com.tencent.trpc.demo.proto.Greeterservice2API # Service interface + interface: com.tencent.trpc.demo.proto.GreeterService2API # Service interface naming_url: ip://127.0.0.1:12322 # Router address protocol: http # Protocol type, default is trpc