telnet命令调用远程dubbo 接口

win7/10 telnet 不是本地命令

dubbo>ls
com.test.DemoService

dubbo>ls com.test.DemoService
queryDemoPageList
insertDemolist

dubbo>invoke com.test.DemoService.queryDemoPageList({"id":"100"}, 1, 2)

http://alibaba.github.io/dubbo-doc-static/Telnet+Command+Reference-zh-showComments=true&showCommentArea=true.htm

 

原文地址:https://www.cnblogs.com/xlh91118/p/7018891.html