Spring

[IntelliJ(인텔리제이)] lombok(롬복) 설치

aim4fun 2022. 4. 4. 14:21
반응형

Lombok은 @Getter, @Setter 등 어노테이션 기반으로 코드를 자동완성 해주는 라이브러리이다.

 

 

1. 설치

- Settings > Plugins

 

2. 설정

- Settings >Build, Execution, Deployment > Compiler > Annotation Processors > Enable annotation processing