一般情况下,就是Maven的版本太高,指导配置一个低一点的版本即可(推荐maven 3.5.0,亲测可以)
设置Profiles和mirro(在maven的conf文件夹下的setting.xml文件里的相应修改或者添加即可
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
转载请注明原文地址:https://tech.qufami.com/read-12769.html