Error:java: Annotation processing is not supported for module cycles. Please ensure that all module

Error:java: Annotation processing is not supported for module cycles. Please ensure that all module

各个模块的pom.xml文件中的依赖关系没有发现有循环依赖的的问题

IDEA菜单栏中打开Analyze->Analyze Module Dependencies...看到有的模块被红色的标出来了。

各个模块之间不能重复调用,会造成重复循环。