1. 由于默认情况下,根据archetype创建maven项目会从网络下载catalog文件,导致创建maven项目缓慢
    Searching for remote catalog: https://repo1.maven.org/maven2/archetype-catalog.xml

  2. 解决办法可以设置使用本地catalog文件,在IDEA中设置archetype的使用方式为local;

    1
    -DarchetypeCatalog=local

  1. here下载catalog文件保存到本地。

  2. 根据 官网 介绍,把下载的文件放到%userprofile%/.m2目录下即可。