Skip to content

开发依赖说明JAVA版.html

Alex.Mo edited this page Jun 24, 2019 · 2 revisions

开发注意事项,以Maven项目为例 :

1.导入依赖Maven pom文件

<dependency>
    <groupId>org.apache.thrift</groupId>
    <artifactId>libthrift</artifactId>
    <version>0.11.0</version>
</dependency>

2.使用相应模块需导入相应的客户端类文件(具体参考各模块开发说明)。

Clone this wiki locally