Engineering/Java
InteliJ 설치 후 Lombok 설정
부스 boos
2019. 11. 6. 14:58
728x90
InteliJ 설치 후 Lombok 설정
- 플러긴 설치
"Settings" 메뉴 - plugins 에서 "Lombok" install 후 inteliJ 재시작
- @Slf4j annotation 을 위해 다음 설정
"Settings" 메뉴 - Build, Execution, Deployment - Compiler - Annotation Processors
"Enable annotation processing" 설정
참고