IntelliJ에서 Spring Boot Project 열때 에러 : A problem occurred configuring root project.

2024. 2. 7. 19:49Error

Background :

인텔리제이에서 Spring Boot Project를 열 때 Java 버전 compatability 에러가 발생했다.

내가 다운받은 프로젝트는 Java 21이 필요했는데, 내 노트북 버전은 11로 맞춰져 있었다.

이때 간단하게 버전만 21로 바꿔주면 해결가능하다. (단, 21버전이 노트북에 깔려 있어야함)

 

Error :

A problem occurred configuring root project 'core'.

 

 

solution:

https://aamoos.tistory.com/722

 

A problem occurred configuring root project

A problem occurred configuring root project Could not resolve all files for configuration Could not resolve org.springframework.boot:spring-boot-gradle-plugin:3.0.1. - spring start io에서 java 11로 선택하고 프로젝트를 받은후 intelij에서 gr

aamoos.tistory.com