원인
Lombok 을 사용하는데 자동 import 처리가 되어있지 않아서 compile 에러가 발생하는 것이다.
해결방법 1
- Preferences -> Build, Execution, Deployment -> Compiler -> Annotation Processors
- "Enable annotation processing" 체크
해결방법 2
해결방법 1의 방법은 필수로 해야되며 위에 방법을 했는데도 해결이 안된다면 시도해 보자.
- Project 경로 -> .idea 폴더 제거
The .idea folder (hidden on OS X) in the solution root contains IntelliJ’s project specific settings files. These include per-project details such as VCS mapping and run and debug configurations, as well as per-user details, such as currently open files, navigation history and currently selected configuration.
...
.idea 폴더에 대한 자세한 설명은 이 곳을 참고하길 바란다.
'Java, Spring' 카테고리의 다른 글
[Java/DynamoDB] DynamoDBScanExpression reserved key error (0) | 2018.12.03 |
---|---|
[SpringBoot/JSP] Enum 한글 사용하기 (0) | 2018.11.27 |
[Spring Boot] custom error page (0) | 2018.09.27 |
[Java, Mybatis] foreach 문법 (0) | 2017.03.20 |
[Java] Mybatis mapper.xml 비교연산자 <, >, <=, => 처리 방법 (0) | 2017.02.15 |
댓글