1,下载Maven
a)可以修改本地仓库地址打开conf
修改settings.xml文件
<localRepository>/path/to/local/repo</localRepository> 设置你本地自己的仓库地址
b)修改下载jar,采用国内地址下载
修改settings.xml文件 在<mirrors>下添加采用阿里云
<mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mirror>
2,打开IDEA,Setting---->搜索maven
注:防止下载jar慢 修改Runner为 -DarchetypeCatalog=internal