1. build.gradle에 dependencies안에 밑에꺼 넣고 load gradle changes 누르기
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
2. 맥 기준 >> Preference - 플러그인 - Lombok 검색해서 설치
3. 맥 기준 >> Preference - 검색창에 annotation 치면 - annotation processor 나오는데 이거 체크하기
'SPRING' 카테고리의 다른 글
[Spring Boot] html에 데이터 넣기 타임리프 반복문 th:each / LomBok의 @ToString (0) | 2025.03.15 |
---|---|
[Spring Boot] JPA로 DB데이터 입출력하기 (0) | 2025.03.14 |
[Spring Boot] 숙제 (0) | 2025.03.14 |
[Spring Boot] 테이블 만들기 @Entity /@Id/@Column (0) | 2025.03.14 |
[Spring Boot]인텔리제이에서 database 만들기 및 JPA 설치 (0) | 2025.03.13 |