• Stars
    star
    126
  • Rank 278,756 (Top 6 %)
  • Language
    CSS
  • License
    GNU General Publi...
  • Created over 10 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Dubbo Visualized Testing Tool

Build Status Edge --- Dubbo Visualized Testing Tool

Welcome to Edge! Edge是一款用于测试Dubbo接口的开发者测试工具;能够让开发者迅速对自己的dubbo服务进行界面化的测试;

使用指南

  1. 在web容器中部署edge.war;
  2. 获取待测dubbo服务的客户端jar包,例如:xx-api.jar
  3. 将上述jar包放入${edge.home}/WEB-INF/third_lib目录中;
  4. 修改${edge.home}/WEB-INF/config.properties,配置待测dubbo服务所在的注册中心;
  5. 启动web容器;

image