본문 바로가기

spring

[intellij] 프로젝트 빌드 오류시, 빌드가 안될때.

 

분명 강의를 그대로 따라 했는데도 시작한지 10분도 안되어서 빌드가 안되어서 진도를 못 나간 적이 있었다. 

 

구글링을 해보니

 

  • In menu "Build > Rebuild project".
  • In menu "File > Invalidate caches / Restart... > Invalidate and Restart".
  • Remove last installed/enabled plugins if any.
  • Check dependencies (especially cyclic-dependencies) in "File > Project Structure... > Modules"
  • The last chance: make backup & remove .idea folder from your project directory and create new project from scratch.

 

위 과정을 진행해보라고 하셨다.

 

다행히 2번째걸 해보니 진행이 된다. 

 

출처  : https://12tree.tistory.com/entry/intellij-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8-%EB%B9%8C%EB%93%9C-%EC%98%A4%EB%A5%98%EC%8B%9C-%EB%B9%8C%EB%93%9C%EA%B0%80-%EC%95%88%EB%90%A0%EB%95%8C

 

[intellij] 프로젝트 빌드 오류시, 빌드가 안될때.

In menu "Build > Rebuild project". In menu "File > Invalidate caches / Restart... > Invalidate and Restart". Remove last installed/enabled plugins if any. Check dependencies (especially cyclic-depen..

12tree.tistory.com