扔个三星炸死你2017-06-12 09:24:43
Turn it off and use the maven command line to operate maven. Do not use it directly in the IDE
为情所困2017-06-12 09:24:43
It’s a common problem in eclipse, but it’s not found in idea! You can also download the jar package to the local warehouse, and then specify your local warehouse
某草草2017-06-12 09:24:43
Modify Maven's central warehouse and let Maven download dependency packages from the domestic Alibaba warehouse, which will make it much faster.
Find settings.xml and add the following code to the mirrors tag
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
大家讲道理2017-06-12 09:24:43
This situation is usually because some files cannot be found, the download times out, etc.