环境搭建—Maven镜像配置

  1. 下载Maven
    □下载Maven
    ■https://maven.apache.org/download.cgi#
  2. 阿里云Maven镜像配置
     介绍阿里云Maven仓库,地址:https://maven.aliyun.com/mvn/view
     阿里云镜像配置文件,setting.xml

localRepoistory配置maven本地位置

 Eclipse配置setting.xml,引入Maven
Eclipse中点击 Window->Preferences
环境搭建—Maven镜像配置_第1张图片
在Preferences窗体中,选择Maven->User Settings,在右侧的Global Settings选择settings.xml文件位置
 配置确认
在Eclipse中点击Windows->Show View->Other,输入Maven ,选择Maven Repositories,点击Open,打开Maven Repositories窗口
环境搭建—Maven镜像配置_第2张图片
打开Global Repositories,查看配置成功

你可能感兴趣的:(环境搭建—Maven镜像配置)