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

学习maven环境搭建时经常遇到的这个问题

下面这个错误的大概意思是:模块之间的互相依赖

Error:java: Annotation processing is not supported for module cycles. Please ensure that all modules from cycle [web_dao,web_service] are excluded from annotation processing

处理模块之间的依赖关系(模块之间不能有依赖)
Error:java: Annotation processing is not supported for module cycles. Please ensure that all modules
红色框的就是两个模块之间互相依赖
Error:java: Annotation processing is not supported for module cycles. Please ensure that all modules
Error:java: Annotation processing is not supported for module cycles. Please ensure that all modules
右键不想不依赖的包选中open module setting这个选项
Error:java: Annotation processing is not supported for module cycles. Please ensure that all modules