项目报错:
java: Annotation processing is not supported for module cycles. Please ensure that all modules from cycle [JDD-common,JDD-item-interface] are excluded from annotation processing 简而言之: JDD-common,JDD-item-interface 这两个模块存在循环依赖。
解决方案一:先分析模块之间的依赖
- 接着在出现的红色模块中点开模块设置
- 选择找到冲突的那个模块删除
- 刷新Maven