1.由於默認情況下,根據archetype創建maven項目會從網絡下載catalog文件,導致創建maven項目緩慢
Searching for remote catalog: http://repo1.maven.org/maven2/archetype-catalog.xml
2.解決辦法可以設置使用本地catalog文件,在IDEA中設置archetype的使用方式為local;
-DarchetypeCatalog=local
2.1 從here下載catalog文件保存到本地。
2.2根據 官網介紹,把下載的文件放到%userprofile%/.m2目錄下即可。