Skip to content

newhoo/RestfulBox-Dubbo

Repository files navigation

RestfulBox-Dubbo

简体中文

RestfulBox-Dubbo is a plugin that support Dubbo scanning and request for RestfulBox plugin from version 2.0.0.

If this plugin helps, please 🌟Star! If you have any good idea, please let me know.

main.png

searcheverywhere.png

Features

  • Support most RestfulBox features.
  • Support scanning dubbo services in java project.
  • Support sending dubbo request.
  • Support jumping to tree in the dubbo method from service impl.

Install

  • Using IDE plugin system

Recommended Preferences(Settings) > Plugins > Browse repositories... > find "RestfulBox-Dubbo" > Install Plugin

Usage

After installed this plugin, you should enable it in RestfulBox setting. Refresh in RestfulBox window.

enable

You will see.

plugin

UI introduction:

  • Config: request config for dubbo, can use environment variable. Content:
    • registry: registry address, support zookeeper only. The default is {{registry}}. Without this pair or env variable, will usezookeeper://127.0.0.1:2181.
    • url: dubbo direct url like dubbo://127.0.0.1:20880. The default is {{url}}. Without this pair or env variable, will not use.
    • timeout: request timeout, the default is 2000ms. Without this pair, will use 5000ms.
    • applicationName: the default is RESTKit-Dubbo-proxy.
    • retries: the default is 0.
    • check: the default is false.
    • loadbalance: no default.
  • Headers: use as dubbo attachments.
  • Params: useless, just ignore.
  • Body: dubbo generic request content, can't use env variable.
  • Response:response content.
  • Info:request and response info.

About

Support dubbo service display and request(支持Dubbo服务扫描与在线调试)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages