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
- 问题
- 问题解决方案
问题
拉取公司代码之后,启动项目出现了一个问题 Annotation processing is not supported for module cycles. Please ensure that all modules from cycle,说是 module 循环依赖了,但是pom.xml文件里面并没有这样的循环依赖,百度上找了一堆解决方案,然并卵,后来在bing上找到了解决思路,原文链接: Annotation processing.
问题解决方案
直接把这个Enable annotation processing给取消掉即可。
还没有评论,来说两句吧...