解決maven項目建立過慢的問題,一直resolving dependencies...

##方法一: 

1.在建立項目時設置其Properties (我大多在建立項目時 就解決這個問題)

建立項目的時候,在Properties屬性面板中添加一項:archetypeCatalog = internal便可。html

```網絡

archetypeCatalog
internalide

```ui

 

2.設置IDEA的Maven配置

    直接按下快捷鍵:Ctrl+Alt+S便可打開IDEA設置面板,依次選擇Build->Build Tools->Maven->Runner->定位到VM Options輸入框idea

填寫上:-DarchetypeCatalog=internal 便可,可選值爲:remote,internal ,local等,用來指定archetype-catalog.xml文件從哪裏獲取。spa

默認使用remote,即從遠程網絡加載因此很是慢,這也是以前卡在這裏的緣由。xml

 

 

 

 轉自:https://www.jianshu.com/p/c6484f79beb9htm


<br>
 
 

##方法二: 

相關文章
相關標籤/搜索