Error Message
java: You aren't using a compiler supported by lombok, so lombok will not work and has been disabled. Your processor is: com.sun.proxy.$Proxy24
Lombok supports: sun/apple javac 1.6, ECJ
Solution
- VM옵션으로 -Djps.track.ap.dependencies=false 값을 추가해준다.
File > Setting
Build, Execution, Deployment -> Compiler -> Shared build process VM options
https://i.stack.imgur.com/gIuX8.png
Discuss
https://github.com/projectlombok/lombok/issues/2592
'Spring' 카테고리의 다른 글
OAuth2 Grant 타입 (0) | 2021.12.22 |
---|---|
[ Spring Boot ] JWT를 이용한 OAuth2 설정 (0) | 2021.12.21 |
[ Maven ] dependency 수동으로 설치하기 (0) | 2021.10.15 |
MappedInterceptor를 이용한 Interceptor 등록 (0) | 2021.10.06 |
IoC 와 DI (0) | 2021.10.05 |