본문 바로가기
Application/java 패밀리 (Spring Boot..)

[스프링부트] intelliJ maven 에러 (not found, cache)

by 노반장 2022. 2. 8.

spring boot maven 사용시 pom.xml 의 디펜던시 버전 수정 후 등 이후 메이븐 리로드시 아래와 같은 에러가 나온다.

 

org.springframework...was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at no local POM @ line 5, column 10

 

조치 방법

1. 아래 화면의 설정을 찾아 User settings file 의 오른쪽 Override를 체크해준다. 

2. Local repository 경로를 삭제해준다.

3. 인텔리제이를 재시작한다.

4. maven을 reload 한다.

 

댓글