亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

解決IDEA上循環(huán)依賴(lài)報(bào)錯(cuò)問(wèn)題Error:java: Annotation processing is not supported for module cycles

 更新時(shí)間:2023年10月12日 10:55:21   作者:一米陽(yáng)光zw  
這篇文章主要介紹了解決IDEA上循環(huán)依賴(lài)報(bào)錯(cuò)問(wèn)題Error:java: Annotation processing is not supported for module cycles,具有很好的參考價(jià)值,希望對(duì)大家有所幫助

1.錯(cuò)誤現(xiàn)象

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

2.分析問(wèn)題

原因

項(xiàng)目之間有多個(gè)模塊,模塊與模塊之間形成了環(huán)狀的依賴(lài)關(guān)系,或者說(shuō)是嵌套依賴(lài),首先分析哪幾個(gè)模塊之間的依賴(lài)型號(hào)才能了環(huán)狀依賴(lài)。

操作

在項(xiàng)目頂級(jí)菜單下 Analyze->Analyze Module Dependencies/View->Toolbar

顯示圖片?次圖片代表admin依賴(lài)了core和generator依賴(lài),而generator依賴(lài)又依賴(lài)了core依賴(lài),如果core依賴(lài)了admin的話(huà)此時(shí)就會(huì)形成環(huán)依賴(lài),并且會(huì)在core依賴(lài)下顯示admin依賴(lài),此時(shí)只需找到core的module依賴(lài),刪除下面的admin依賴(lài)即可


 

3.解決問(wèn)題

Ctrl+Shift+Alt+s快捷鍵打開(kāi)project Structur

總結(jié)

以上為個(gè)人經(jīng)驗(yàn),希望能給大家一個(gè)參考,也希望大家多多支持腳本之家。

相關(guān)文章

最新評(píng)論