Non-resolvable import POM: Failure to find org.springframework.cloud:spring-cloud-dependencies
                                            
 2950 단어  문제 기록
                    
문제 설명: 로컬 캐시 창고에서 org를 찾을 수 없습니다.springframework.cloud:spring-cloud-dependencies 의존
[ERROR] Non-resolvable import POM: Failure to find org.springframework.cloud:spring-cloud-dependencies:pom:
Finchley.RC1 in http://maven.aliyun.com/nexus/content/groups/public/ was cached in the local repository, 
resolution will not be reattempted until the update interval of alimaven has elapsed or updates are forced
 @ com.leyou.parent:leyou:1.0-SNAPSHOT, D:\idea_project\studyproject\leyou\pom.xml, line 44, column 25
 @ 일반적으로 이 문제가 발생하는 것은 마븐이 설정한 거울에 이 의존이 없다는 것을 설명한다.
해결 방법:spring-cloud의 버전을 교체합니다.
원래pom 설정
spring-cloud 버전: Finchley.RC1
spring-boot 버전: 2.0.4.RELEASE
	org.springframework.boot 
	spring-boot-starter-parent 
	2.0.3.RELEASE 
	 
  
        UTF-8 
        UTF-8 
        1.8 
        
        Finchley.RC1 
        1.3.2 
        2.0.2 
        1.1.9 
        5.1.32 
        1.2.3 
        1.0.0-SNAPSHOT 
        1.26.1-RELEASE 
     구성을 변경한 후에 문제가 해결되었습니다. 창고에서 찾을 수 있습니다.
spring-cloud 버전: Finchley.RELEASE
spring-boot 버전: 2.0.3.RELEASE
    
        org.springframework.boot 
        spring-boot-starter-parent 
        2.0.3.RELEASE 
         
      
    
        UTF-8 
        UTF-8 
        1.8 
        
        Finchley.RELEASE 
        1.3.2 
        2.0.2 
        1.1.9 
        5.1.32 
        1.2.3 
        1.0.0-SNAPSHOT 
        1.26.1-RELEASE