美文网首页
intelij Idea

intelij Idea

作者: 泠泉 | 来源:发表于2019-02-22 19:10 被阅读0次

    全局查找失灵,find usages找不到等等


    原因是缓存满了。File | Invalidate Caches/Restart.
    Cleaning out the system caches

    多模块maven项目,配置好像都对了,但是就是报告找不到依赖


    点一下右边的maven控制面板,刷新一下试试

    错误: 找不到或无法加载主类


    这个属于项目重构过程中,更改了一些目录结构。
    把项目的.idea、 *.imp全部删了重新导入吧

    synchronize both modules (right click > Synchronize)
    re-import pom.xml for both modules (right click > Maven > Re Import)


    plugins

    • Maven Helper pom引入依赖分析(dependency Analyzer)

    相关文章

      网友评论

          本文标题:intelij Idea

          本文链接:https://www.haomeiwen.com/subject/ercyyqtx.html