一,经过范围排查修改位置最终确认问题为Build process heap size 过小导致。
File | Settings | Build, Execution, Deployment | Compiler
处理方案:
将对应参数扩大,例700 改为2048
二、可能是缓存的文件太多了导致,file->Invalidate Caches /Restart,清理缓存, 并重启IDEA。重启之后,会重建索引, 此过程较慢, 但build的过程会加快。
三、进入file->Project Structure->Modules->选中项目名称-paths,把Exclude Output paths 打钩。
四、检查pom.xml resources是否正确,把无用的注释掉。
版权归原作者 Swittee丶Henry 所有, 如有侵权,请联系我们删除。