[Problem&Solve]
[Spring]Java compiler level does not match the version of the installed Java project facet.
regularity
2022. 5. 4. 13:36
728x90
▶외부에가져온 프로젝트의 자바 버전이 맞지 않아 발생한 에러
:
Java compiler level does not match the version of the installed Java project facet.
▶컴파일러의 레벨과 스프링에 설정된 버전이 일치되지 않아서 생기는 문제 properies를 수정해야함
▶ properties > Project Facets > Java 버전 맞출 것
728x90