Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可以看到如下错误,org/apache/thrift/TEnum not found。
但是,我可以看到我的项目中已经有了 libthrift 依赖项:
如果您以前使用过其他版本的 thrift,您可以检查您的本地 .m2 文件夹。删除它,并mvn clean install在项目根路径中运行。
mvn clean install