JAVAIARY

[Intellij] Springboot 프로젝트 인식문제 본문

selfEdu/극약처방 ) Error

[Intellij] Springboot 프로젝트 인식문제

shiherlis 2023. 10. 30. 21:17

 

이게 꽤나 빈번히 일어나는데, 인텔리제이에서 프로젝트를 인식을 못하는 오류가 있다.
항상 캐시 삭제, JDK버전 확인 등 삽질만 계속하다가 시간을 날려서 잊어버리지 않도록 기록해두려한다...

결국 프로젝트 구성 자체를 못 하는 거라 pom.xml을 인식시켜주면 된다.

pom파일을 열고 우클릭을 해서 Maven 프로젝트로 추가해준다.

그러면 어노테이션도 정상적으로 인식. 당연히 Application도 인식이 된다.

https://stackoverflow.com/questions/70575929/spring-boot-application-not-detected-by-intellij

 

Spring boot application not detected by Intellij

Intellij is not detecting spring boot application created in a different IDE. The application in discussion is the one starting with the letter "e" How can i fix this ? I am using intellij

stackoverflow.com