https://my.oschina.net/wangmengjun/blog/910817
注意:demo client端的连接端口也应该是9090
- thrift-0.13.0.exe -gen java hello.thrift
- hello.thrift 内容如下
-
namespace java com.jly21.tutorial.thrift.service service GreetingService { string sayHello(1:string name) }
-
- hello.thrift 内容如下
来源:oschina
链接:https://my.oschina.net/u/3847203/blog/4451924