This is an automated email from the ASF dual-hosted git repository.

hyunkun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new aa86ec3  update dubbo-admin start command (#763)
aa86ec3 is described below

commit aa86ec3e6a4380f54b7d366cf7931a55c4294e37
Author: loodeer <lood...@users.noreply.github.com>
AuthorDate: Tue Apr 6 10:03:10 2021 +0800

    update dubbo-admin start command (#763)
---
 content/zh/docs/v2.7/admin/install/admin-console.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh/docs/v2.7/admin/install/admin-console.md 
b/content/zh/docs/v2.7/admin/install/admin-console.md
index 3449492..5515d8f 100644
--- a/content/zh/docs/v2.7/admin/install/admin-console.md
+++ b/content/zh/docs/v2.7/admin/install/admin-console.md
@@ -27,7 +27,7 @@ dubbo.registry.address=zookeeper://127.0.0.1:2181
 启动:
 
 ```sh
-mvn --projects dubbo-admin-backend spring-boot:run
+mvn --projects dubbo-admin-server spring-boot:run
 ```
 
 其他配置请访问 github 中的文档:

Reply via email to