thrift demo

左心房为你撑大大i 提交于 2020-10-24 17:12:28

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)  
        }  

         

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!