LOMBOK 로드하는 법

이승철·2021년 8월 9일
0
  1. lombok maven 검색
  2. central 1.18.20
  3. gradle 복사
  4. build.gradle 붙여넣기
  5. annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.20'
  6. 인텔리제이 file -> settings -> build,execution,deployment -> compiler -> annotation processors -> enable annotation processing

0개의 댓글