Maven domestic high-speed mirror

Transfer: http://blog.java1234.com/blog/articles/252.html

Everyone knows that the speed of downloading things from the Maven central warehouse abroad is fast;

 

Here is the best domestic Maven image Alibaba Cloud Maven image;

 

Just configure setting.xml;

 

<mirrors>
    <mirror>
      <id>alimaven</id>
      <name>aliyun maven</name>
      <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
      <mirrorOf>central</mirrorOf>        
    </mirror>
  </mirrors>

 

 
 

 

Try it. . Will it feel like a shotgun for a cannon?

 

Some people can't find the settingg address:

 

We open eclipse then windows-Preferences

 

Then Maven - User Settings

QQ 鎴浘20170415192703.jpg

 

Here is the configuration file address, if there is no such file, copy one from the maven download package;

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325063411&siteId=291194637