This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch refactor-with-go in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git
commit 746cd4158d536f53e787e4d18d2dc567e4f663d7 Author: chickenlj <[email protected]> AuthorDate: Mon Feb 27 19:18:24 2023 +0800 update README.md --- dubbo-admin-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dubbo-admin-server/README.md b/dubbo-admin-server/README.md index 1a3dc1b..6fac3ae 100644 --- a/dubbo-admin-server/README.md +++ b/dubbo-admin-server/README.md @@ -30,7 +30,7 @@ git clone -b develop https://github.com/apache/dubbo-admin.git ### Go Once open this project in GoLand, a pre-configured Admin runnable task can be found from "Run Configuration" pop up menu as shown below. - + Click the `Run`button and you can get the Admin process started locally. But before doing that, you might need to change the configuration file located at `dubbo-admin/dubbo-admin-server/pkg/conf/dubboadmin.yml`to make sure `registry.address` is pointed to the zookeeper server you started before.
