[Spring] Could not find method annotationProcessor()..
ITWeb/개발일반 2019. 9. 9. 18:23Intellij 에서 lombok 설정 관련 오류가 난 케이스 입니다.
Could not find method annotationProcessor() 이 에러는 gradle 버전 4.6 이상을 사용 하시면 발생 하지 않게 됩니다.
저는 4.4 버전으로 기본 구성을 예전에 해 놓다 보니 이번에 오류가 발생을 했었내요.
그래서 기록해 둡니다.
그 이외는 intellij 설정에서 enable annotation processing 설정을 해주시면 됩니다.