초보개발자

[Spring] can't find symbol about Lombok 본문

WEB Server/Spring

[Spring] can't find symbol about Lombok

___yejin 2018. 2. 6. 21:48

Lombok에서 제공하는 Annotation을 사용하는데 can't find symbol이라는 에러가 떴다.

can't find symbol 에러는 주로 철자 오류나 지역 변수 등의 오류라고 인터넷에 나왔다.

하지만 Lombok 관련 Annotation 문제는 다음과 같이 해결하면 된다.


Preferences > Build, Execution, Deployment > Compiler > Annotation Processors


이 위치에서 Enable annotation processing 체크를 해주면 된다.


참고

https://stackoverflow.com/questions/9424364/cant-compile-project-when-im-using-lombok-under-intellij-idea

'WEB Server > Spring' 카테고리의 다른 글

[Spring] @RequestParam 관련 Handle Exception  (0) 2018.03.15
[Spring] @JsonProperty와 @SerializedName  (0) 2018.02.26
Comments