Error:java: Annotation processing is not supported for module cycles. Please ensure that all modules from cycle [spring-boot (1),spring-boot-autoconfigure] are excluded from annotation processing
解决方法
IDEA菜单栏中打开Analyze->Analyze Module Dependencies...看到有的模块被红色的标出来了,并且右边显示了循环依赖。选中红色的存在循环依赖的模块右键选中Open Module Settings删除不该出现的依赖即可。