环境准备:zk安装 。
maven setting:
1.1:下载代码D:/program_files/mvn_rep_361 org.apache.tomcat.maven central central https://repo.maven.apache.org/maven2/ true true aliyun aliyun http://maven.aliyun.com/nexus/content/groups/public/ true true jdk18 true 1.8 1.8 1.8 1.8 central aliyun
git clone https://gitee.com/dongsir2020/dubbo-admin.git。
1.2:切换分支因为主干分支一直不能编译成功,使用tag后成功了,你可以根据情况看是否需要该步骤:
git branch 0.2.0-local 0.2.0。
进入项目目录,执行D:\program_files\apache-maven-3.6.1-form\apache-maven-3.6.1\bin\mvn clean package -Dmaven.test.skip=true,具体根据情况修改。编译完成后在dubbo-admin-distributiontarget会生成可执行jar包,如下图:
1.4:运行直接使用如下命令执行在1.3:编译生成的jar包,如下:
1.5:访问localhost:8080访问:
点击详情可以查看都有哪些服务节点:
可以查看服务提供者,以及服务消费者信息。
参考文章列表Dubbo Admin 运维指南 。
Git通过tag创建分支并推送到远程 。



