Annotation processing is not supported for module cycles. Please ensure that all modules from cycle

左手的ㄟ右手 2023-02-13 03:17 243阅读 0赞

Annotation processing is not supported for module cycles. Please ensure that all modules from cycle

  • 问题
    • 问题解决方案

问题

拉取公司代码之后,启动项目出现了一个问题 Annotation processing is not supported for module cycles. Please ensure that all modules from cycle,说是 module 循环依赖了,但是pom.xml文件里面并没有这样的循环依赖,百度上找了一堆解决方案,然并卵,后来在bing上找到了解决思路,原文链接: Annotation processing.

问题解决方案

设置位置
直接把这个Enable annotation processing给取消掉即可。

发表评论

表情:
评论列表 (有 0 条评论,243人围观)

还没有评论,来说两句吧...

相关阅读