解决Idea下载包速度慢的方法

右键项目,找到maven,选择open settings.xml

 

把下面的复制进去



          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
   
       

       
            alimaven
            aliyun maven
            http://maven.aliyun.com/nexus/content/groups/public/
            central
       

       
            uk
            central
            Human Readable Name for this Mirror.
            http://uk.maven.org/maven2/
       

       
            CN
            OSChina Central
            http://maven.oschina.net/content/groups/public/
            central
       

       
            nexus
            internal nexus repository
           
            http://repo.maven.apache.org/maven2
            central
       

   


OK,感受一下风的速度吧!!!!!!!!

你可能感兴趣的:(Maven)