intelij Idea

全局查找失灵,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)