Dependency 'org.springframework.boot:spring-boot-starter-web:2.3.0.RELEASE' not found
오류해결::Dependency 'org.springframework.boot:spring-boot-starter-web:2.3.0.RELEASE' not found
오류해결 Dependency 'org.springframework.boot:spring-boot-starter-web:2.3.0.RELEASE' not found 스프링 부트에서 간단한 프로젝트를 만든후 빌드하거나 혹은 빌드전 IDE 자체에서 이러한 오류 메시지를 보여주는 경우가 있는데 그 경우 해결방법은 다음과 같다 해결방법 Invalidate Caches and Restart 를 통해 해당 문제를 해결할 수가 있다. 이렇게 진행하면 자체내에서 리스타트시 pom의 싱크를 다시 잡아주게 되어 해당 문제가 해결된다.