- 1. Maven 安装配置
- 1.1 下载与安装
- 1.2 setting.xml 配置
- 2. idea 配置
maven 官方下载地址: http://maven.apache.org/download.cgi
maven压缩包解压到一个没有中文,空格或其他特殊字符的文件夹内即可使用。
F:/maven/repo alimaven central aliyun maven http://maven.aliyun.com/nexus/content/repositories/central/ alimaven aliyun maven http://maven.aliyun.com/nexus/content/groups/public/ central central Maven Repository Switchboard http://repo1.maven.org/maven2/ central repo2 central Human Readable Name for this Mirror. http://repo2.maven.org/maven2/ ibiblio central Human Readable Name for this Mirror. http://mirrors.ibiblio.org/pub/mirrors/maven2/ jboss-public-repository-group central JBoss Public Repository Group http://repository.jboss.org/nexus/content/groups/public google-maven-central Google Maven Central https://maven-central.storage.googleapis.com central maven.net.cn oneof the central mirrors in china http://maven.net.cn/content/groups/public/ central
这里就不配置maven 的环境变量:MAVEN_HOME 了 不想配
2. idea 配置首先打开idea File->Settings…->maven



