在eclipse下配置maven
1.首先要装JDK
2.maven 下载地址:http://maven.apache.org/download.cgi
3.配置
window-preference-maven:
installations装置maven
user setting
4.settings.xml
最好把国外的数据仓库改成国内阿里的,这样下载包的速度会快很多:
国内阿里云镜像
<!-- 用的阿里的一个镜像,这样下载速度会快些 --> <mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/repositories/central/</url> </mirror>