Helloworld for Dubbo-go 3.0

For api definition and go client and server startup, please refer to dubbo-go 3.0 quickstart

Instructions

  1. Start zookeeper

  2. Start the server

Use goland to start helloworld-go-server

or

Execute sh run.sh in the java-server folder to start the java server

  1. Start the client

Use goland to start helloworld-go-client

or

Execute sh run.sh under the java-client folder to start the java client