早上學習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
處理模塊之間的依賴關系(模塊之間不能有依賴)
紅色框的就是兩個模塊之間互相依賴
右鍵不想不依賴的包選中open module setting這個選項