修改maven的pom文件
<!--thrift服务 api 层,开发时 windows系统需指定exe程序位置-->
<properties>
<thrift.exe.path>E:/Thrift/thrift-0.9.3.exe</thrift.exe.path>
</properties>
修改maven的pom文件
<!--thrift服务 api 层,开发时 windows系统需指定exe程序位置-->
<properties>
<thrift.exe.path>E:/Thrift/thrift-0.9.3.exe</thrift.exe.path>
</properties>
转载于:https://my.oschina.net/luanwu/blog/1578048