http://villebez.logdown.com/posts/2014/11/13/apache-thrift
Apache Thrift 官網:https://thrift.apache.org/
Install Thrift:http://thrift.apache.org/download
Thrift interface description language:https://thrift.apache.org/docs/idl
Apache Thrift 官網:https://thrift.apache.org/
Install Thrift:http://thrift.apache.org/download
Thrift interface description language:https://thrift.apache.org/docs/idl
Command:thrift --gen java
Example.thrift
include "example2.thrift"
namespace java com.thrift.example
typedef i32 int
typedef i64 long
service ThriftAuthService {
example2.XXX auth(1:string account, 2:string password),
}
沒有留言:
張貼留言