의존성 추가
build.gradle
1 | dependencies { |
intellij 설정 변경
Settings
→ Build, Execution, Deployment
→ Compiler
→ Annotation Processors
메뉴에서Enable annotation processing
에 체크를 합니다.
테스트 코드 오류 발생시
아래와 같은 오류가 출력된다면 ide 가 lombok 을 제대로 처리하지 못하는 상황이므로 설정을 처음부터 다시 하여 문제를 해결하면 됩니다.
1 | cannot find symbol xxx.getId |