今天在创建spring boot的时候,在pom文件中出现了如下错误,在网上找答案的过程中,看了了一位网友的评论,可能是地址错误,仔细观察了Final in http://121.42.166.202:8081/nexus/content/groups/public 的这句话,想了想settings文件的配置,可能是这个仓库中没有,于是,就把这个地址改为了阿里镜像的地址:http://maven.aliyun.com/nexus/content/groups/public/,clear项目,update Maven,报错消失
需要注意的是在settings文件的三个url地址都需要修改
http://maven.aliyun.com/nexus/content/groups/public/
以下是报错信息;
Project build error: Non-resolvable import POM: Failure to find io.netty:netty-bom:pom:4.1.33.Final in http://121.42.166.202:8081/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of Nexus has elapsed or updates are forced