zoukankan      html  css  js  c++  java
  • dubbo-admin网页管理控制台

    由于近段时间在看dubbo,网上找到的这个war包发布到tomcat报错,故从git(https://github.com/apache/incubator-dubbo-ops)上重新下载编译了版本

    How to use it

    You can get a release of dubbo monitor in two steps:

    • Step 1:
    git clone https://github.com/apache/incubator-dubbo-ops
    
    • Step 2:
    cd incubator-dubbo-ops && mvn package
    

    Then you will find:

    • dubbo-admin-2.0.0.war in incubator-dubbo-opsdubbo-admin arget directory.You can deploy it into your application server.
    • dubbo-monitor-simple-2.0.0-assembly.tar.gz in incubator-dubbo-opsdubbo-monitor-simple arget directory. Unzip it you will find the shell scripts for starting or stopping monitor.
    • dubbo-registry-simple-2.0.0-assembly.tar.gz in incubator-dubbo-opsdubbo-registry-simple arget directory. Unzip it you will find the shell scripts for starting or stopping registry.
  • 相关阅读:
    九九乘法表
    计算器界面
    3.2封装的日期类
    杨辉三角
    100以内的素数
    九九 乘法表
    七、logging模块
    六、MySQLdb 模块
    四、浏览器运行模式
    五、configparser模块
  • 原文地址:https://www.cnblogs.com/rootsoft/p/8986483.html
Copyright © 2011-2022 走看看