IDEA中依赖报错Error:java: Annotation processing is not supported for module cycles...

报错提示:

解决步骤:

选择file->project structure->Modules

由于我的maven项目是yingxue-web依赖yingxue-service,所以要删除yingxue-service中的yingxue-web依赖,留下yingxue-web中的yingxue-service依赖。

问题原因:就是依赖循环,使得程序无法运行

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章