File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
trpc-demo/trpc-java-demo/src/main/resources Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments