Spring Boot Annotation processing is not supported for module cycles. 问题解决

£神魔★判官ぃ 2022-10-26 14:28 248阅读 0赞

问题描述:

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

问题分析:

1、system模块引入了framework模块的依赖,framework模块引入了system模块的依赖,产生了依赖嵌套。

解决办法:删除其中一个依赖。

发表评论

表情:
评论列表 (有 0 条评论,248人围观)

还没有评论,来说两句吧...

相关阅读