文章标题

来源:互联网 发布:看淘宝直播不显示聊天 编辑:程序博客网 时间:2024/06/06 01:34

spring boot
在maven上下载JAR包强烈建议更换阿里的源
更改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>

即可更换为阿里的源