我试图让 Thrift 在 Eclipse 中工作并遇到一些问题。该项目是一个标准的maven项目。
我使用thrift编译器将thrift文件编译成Java代码,成功了。生成的代码放在src/main/generated-sources//下
(这是可以接受的做法吗?)
在 Eclipse 中,我从构建菜单中添加了 src 文件夹,但随后我得到:
Cannot reduce the visibility of the inherited method from ProcessFuction<I,...
我没有使用 maven thrift 插件,因为源代码已经生成并且在源代码树中(同样,这是可取的吗?)。
我应该如何配置此设置?