Dubbo监控中心

Git仓库地址:https://github.com/apache/dubbo-admin

1、下载代码: git clone https://github.com/apache/dubbo-admin.git

2、在 dubbo-admin-server/src/main/resources/application.properties中指定注册中心地址,并配置server.port=8888

3、构建:mvn clean package -Dmaven.test.skip=true

4、启动

  • mvn --projects dubbo-admin-server spring-boot:run 或者
  • cd dubbo-admin-distribution/target; java -jar dubbo-admin-0.1.jar

5、访问 http://localhost:8888(root/root)

6、Dubbo Admin配置说明

 

posted @ 2022-03-26 21:53  残城碎梦  阅读(95)  评论(0编辑  收藏  举报