标签:
用Eclipse构建Maven项目后,默认每次打开Eclipse都会update index,这会占用大量资源,让电脑非常卡。其实update index就是自动更新而已,可以关闭这个功能,在运行Maven项目时再更新就行了,不用每次打开Eclipse就更新。
关闭方法:
Window ----> Preferences ---> Maven ---> 取消勾选Download repository index updates on startup
标签:
原文地址:http://blog.csdn.net/allhaillouis/article/details/43192235