-
[symbol 에러] error: cannot find symbol log.infoHealth-Genie 2023. 6. 12. 22:57728x90
내가 겪은 문제입니다
error: cannot find symbol log.info
해결 방법
1. lombok dependency 잘 쓰기
implementation 'org.projectlombok:lombok' compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok'
2. 다른 test annotation을 gradle 추가해주기
testAnnotationProcessor 'org.projectlombok:lombok' //추가
참고로 다 작성하면 코끼리 눌러서 build 시켜주기
'Health-Genie' 카테고리의 다른 글
[error] Could not write JSON: Infinite recursion (stackOverflowError) (0) 2023.11.19 [이메일 인증] 이메일 인증 구현 & 코드 검증! (2) 2023.11.18 [UserDetail] InternalAuthenticationServiceException 에러 (0) 2023.06.04 [mail] Authentication Fail 문제 (0) 2023.06.04 [MySQL 1822 에러] Failed to add the foreign key constraint (0) 2023.06.02