让前端飞Web前端之路

spring boot项目运行出错 Annotation pro

2019-07-19  本文已影响1人  月中眠_d56d

问题描述:

今天运行springboot main方法时报错了,截图如下:

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

查了半天发现是包的循环依赖问题

解决方法:

1.

然后看到右边有红色的包依赖报错

2.红色框的就是两个模块之间互相依赖 、处理模块之间的依赖关系(模块之间不能有依赖)

3.右键不想不依赖的包选中open module setting这个选项

上一篇 下一篇

猜你喜欢

热点阅读