Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 611 Bytes

intellij-lombok.md

File metadata and controls

18 lines (14 loc) · 611 Bytes

intellij lombok 사용(Plugin 설치)

  1. Lombok plugin 설치
  • plugins 실행
    • Mac : Command + Shift + A -> plugins 검색 후 실행
    • Window : Ctrl + Shift + A -> plugins 검색 후 실행
  • Browse repositories
  • lombok plugins 검색 후 install & restart

intellijLombok

  1. Lombok 설정
  • Annotation Processors 실행
    • Mac : Command + Shift + A -> Annotation Processors 검색 후 실행
    • Window : Ctrl + Shift + A -> Annotation Processors 검색 후 실행
  • Enable annotation processing 체크 후 OK

intellijLombok2