Skip to content

Commit 1674370

Browse files
authored
bugfix: fix the typos in trpc-jave-demo's yaml (trpc-group#82)
1 parent 33f8bfb commit 1674370

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

trpc-demo/trpc-java-demo/src/main/resources/trpc_java_client.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ client: # Client configs
99
- demoFilter
1010
service:
1111
- name: trpc.TestApp.TestServer.Greeter1 # Service name
12-
interface: com.tencent.trpc.demo.proto.GreeterserviceAPI # Service interface
12+
interface: com.tencent.trpc.demo.proto.GreeterServiceAPI # Service interface
1313
naming_url: ip://127.0.0.1:12321 # Router address
1414
network: tcp # Network type, tcp or udp
1515
- name: trpc.TestApp.TestServer.Greeter2 # Service name
16-
interface: com.tencent.trpc.demo.proto.Greeterservice2API # Service interface
16+
interface: com.tencent.trpc.demo.proto.GreeterService2API # Service interface
1717
naming_url: ip://127.0.0.1:12321 # Router address
1818
network: udp # Network type, tcp or udp
1919
- name: trpc.TestApp.TestServer.Greeter3 # Service name
20-
interface: com.tencent.trpc.demo.proto.GreeterserviceAPI # Service interface
20+
interface: com.tencent.trpc.demo.proto.GreeterServiceAPI # Service interface
2121
naming_url: ip://127.0.0.1:12322 # Router address
2222
protocol: http # Protocol type, default is trpc
2323
- name: trpc.TestApp.TestServer.Greeter4 # Service name
24-
interface: com.tencent.trpc.demo.proto.Greeterservice2API # Service interface
24+
interface: com.tencent.trpc.demo.proto.GreeterService2API # Service interface
2525
naming_url: ip://127.0.0.1:12322 # Router address
2626
protocol: http # Protocol type, default is trpc
2727

0 commit comments

Comments
 (0)