LaurenceLiZhixin commented on a change in pull request #213: URL: https://github.com/apache/dubbo-go-samples/pull/213#discussion_r697144163
########## File path: rpc/dubbo/README_zh.md ########## @@ -0,0 +1,22 @@ +# RPC Dubbo for Dubbo-go 3.0 + +api 定义以及 go 客户端、服务端启动,可以参考 [dubbo-go 3.0 快速开始](https://dubbogo.github.io/zh-cn/docs/user/quickstart/3.0/quickstart.html) + +## 使用方法 +1. 启动 zookeeper + +2. 启动服务端 + +使用 goland 启动 rpc-dubbo-go-server + +或者 + +在 java-server 文件夹下执行 `rpc/dubbo/java-server/2.6/src/main/java/org/apache/dubbo/Provider#main()` 启动 java server Review comment: @sunrui1225 这个如何执行? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
