Lombok 사용시 비활성화 되어 에러가 나서 불편한 적이 있을 것이다. 이경우 간단한 설정으로 lombok을 활성화 시킴으로써 문제를 해결 할 수 가 있다.
1. [File] - [Settings] - [Compiler] - [Annotation Processors] - Enable annotion processing 활성화
'Spring boot' 카테고리의 다른 글
Spring boot ServletUriComponentsBuilder (0) | 2020.07.05 |
---|---|
Spring boot DispacherServlet이란? (0) | 2020.07.05 |
Springboot Junit 사용시 @TestPropertySource 에러 (0) | 2020.06.22 |
Spring boot security 적용시 post 404에러 (0) | 2020.06.16 |
Spring boot @RequestBody 로 JSON 데이터 받을 시 JSON parse error (2) | 2020.05.19 |