[Mac] error: cannot find symbol : getter (lombok annotation)
Mac 터미널에서 ./gradlew bootRun 를 실행시켰더니 또! JAVA compile 실패다. 메세지는 길었지만 핵심을 보면 아래와 같았다. -------------------------------------------------------------- > Task :compileJava FAILED ... error: cannot find symbol this.id = entity.getId(); ^ symbol: method getId() ... -------------------------------------------------------------- 나는 lombok @data annotation을 통해서 getter 함수를 구현한건데 그 롬복 어노테이션을 지금 못알아 먹고 있는거다...
에러 수정
2022. 5. 9. 23:45