码迷,mamicode.com
首页 > 系统相关 > 详细

MAVEN奇葩问题was cached in the local repository, resolution will not be reattempted until

时间:2018-12-13 21:47:12      阅读:737      评论:0      收藏:0      [点我收藏+]

标签:注册   fail   spring   org   今天   enable   url   ORC   error   

[ERROR] Non-resolvable import POM: Failure to find org.springframework.cloud:spring-cloud-dependencies:pom:Finchley.M7 in https://maven.aliyun.com/repository/public was cached in the local repository, resolution will not be reattempted until the update interval of alimaven has elapsed or updates are forced @ line 32, column 19
@

今天在弄注册中心的时候,无端端问题又被卡了3个小时,所以最讨厌的不是写代码,最闹心的就是需要经验来解决的问题,不碰壁就不记得,碰了也容易忘记,记录下

针对spring cloud快速有疗效

<repositories>
    <repository>
      <id>spring-milestones</id>
      <name>Spring Milestones</name>
      <url>https://repo.spring.io/libs-milestone</url>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </repository>
  </repositories>

 

MAVEN奇葩问题was cached in the local repository, resolution will not be reattempted until

标签:注册   fail   spring   org   今天   enable   url   ORC   error   

原文地址:https://www.cnblogs.com/iaoc/p/10116503.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!