您的位置:首页 > 其它

记录 Annotation processing is not supported for module cycles.

2017-12-19 15:36 417 查看
报错:Error:java: Annotation processing is not supported for module cycles. Please ensure that all modules from cycle [A,B] are excluded from annotation processing 

我是想启动两个 maven工程,相互作为服务提供方和消费方,于是在pom中分别引入对方工程,导致循环依赖。

改为一次只依赖一方,不要同时双方依赖对方就可以了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐