본문 바로가기
Back-end/Spring Boot

[애러해결] Could not resolve all files for configuration ':classpath'.

by whatamigonnabe 2023. 1. 27.

스프링부트 3.0 이상의 버전은  JAVA 17을 요구하고 있습니다!

 

저는 이렇게 generate해서 빌드해보니 제목과 같은 애러가 계속 발생해서, 고생했습니다...ㅎㅎ

스프링부트 버전을 3 미만으로 낮추거나, 자바 버전을 올리면 문제가 해결됩니다!

 

 

Preparing for Spring Boot 3.0

<div class="paragraph"> <p>Spring Boot 2.0 was the first release in the 2.x line and was published on Feburary 28th 2018. We’ve just released Spring Boot 2.7 which means that, so far, we’ve been maintaining the 2.x line for just over 4 years. In total

spring.io