IDEA安装配置Thrift

下载exe: http://archive.apache.org/dist/thrift/0.9.3/
新建一个thrift目录放进来,并将名字改成thrift
配置环境变量path:C:\tools\thrift
cmd测试
IDEA中安装Thrift支持插件 Settings——>Plugins,搜索thrift,安装Thrift Support。安装完重启
 
添加Facets:Thrift
执行maven build:右边Maven Projects 找到项目——>Lifestyle——>compile。右键Run Maven Build
编译成功!
 

转载于:https://www.cnblogs.com/lingluo2017/p/11426358.html

你可能感兴趣的:(IDEA安装配置Thrift)