# spring-boot-thrift-server **Repository Path**: helixs/spring-boot-thrift-server ## Basic Information - **Project Name**: spring-boot-thrift-server - **Description**: 基于spring-boot,thrift 的微服务,server端demo - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 25 - **Created**: 2016-05-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #spring-boot-thrift-server ### 开发步骤与 #### 接口定义 1. 定义 xxx.thrift 文件 2. 使用thrift 命令生成 java 文件 3. 拷贝java 文件到项目src下 ### 接口实现 1. 集成 xxx.Iace 接口 和 ThriftServerService 2. 使用 @EnableThriftServer 注解