0
点赞
收藏
分享

微信扫一扫

Reduce the indexing time and CPU load with pre-built JDK shared indexes(idea打开弹出索引问题)


Intellij idea出现如下提示:

Reduce the indexing time and CPU load with pre-built JDK shared indexes

解决方法:

Reduce the indexing time and CPU load with pre-built JDK shared indexes(idea打开弹出索引问题)_项目代码

 

idea为了能够更快的使用共享索引,会下载JDK和Maven库的共享索引,给你的的项目代码构建共享索引。要关掉的也可以,File–》 Settings–》Tools –》 Shared Indexes,改成: Ask before download, 或者 Don’t download, use local indexes

举报

相关推荐

0 条评论