shi-yuan / dubbo-test-tool

Simple dubbo api test tool by http

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dubbo-test-tool

Simple dubbo api test tool by http

curl -X POST "localhost:9999/dubbo/test" -H 'Content-Type: application/json' -d'
{
    "dependency": "com.mycompany:dubbo-test-api:1.0.0",
    "url": "dubbo://127.0.0.1:20889",
    "method": "com.mycompany.test.sayHello",
    "args": ["shi-yuan"]
}
'

{
    "success": true,
    "code": 0,
    "data": "hello, shi-yuan !"
}

About

Simple dubbo api test tool by http


Languages

Language:Java 98.8%Language:Dockerfile 0.9%Language:Shell 0.3%