使用自己安装的 maven 版本
去官网下载后解压,配置 MAVEN_HOME 和 PATH 环境变量,在 idea setting 里面搜索 maven
选择自己安装的 maven 版本
使用阿里云镜像
修改 maven下 conf/settings.xml 文件,在<mirrors> 添加 地址
<mirror>
<id>central</id>
<mirrorOf>central</mirrorOf>
<name>Mirror</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
</mirror>
添加参数,避免创建项目时卡死
-DarchetypeCatalog=internal
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。