Maven slow download jar package solution
点关注不迷路,欢迎再访!
A source of the problem:
We usually because of slow download jar package and distress, which is affecting development efficiency and mood, because a lot of resources are abroad.
Two solutions:
In fact, very simple: maven support mirrored, find maven after the download, unzip, setting.xml file with the following code
mirror>
<id>alimaven</id>
<mirrorOf>central</mirrorOf>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/repositories/central/</url>
</mirror>
Because using the library to download Ali cloud, it will be faster, after all, is the website