/springboot-thrift

重新开发--》https://github.com/Xiazki/airlift

Primary LanguageJavaApache License 2.0Apache-2.0

springboot-thrift 重新开发中

使用

核心注解
@ThriftClient
  serviceName -服务名称(zookeeper注册结点名称)
  在容器的bean 中像使用@Autowired一样在相关Field上使用@ThriftClient,会在bean初始化后向该bean注入服务代理类。
@ThriftServerImpl
 注册rpc服务实现类