새로 spring project를 만들어서 연습하는데
gradle에 lombok 추가 했고 @Data annotation 썼고 set메소드 쓰는데 자동완성에도 나왔고~
빨간줄도 안가는데 build하면 set메소드를 찾을 수 없다고 합니다!!!
검색 해보니 간단한 해결법이 있었습니다.
상단에 File 메뉴 -> Settings 선택
Build, Exception, Deployment -> Compiler -> Annotation Processors 선택
Enable annotation processing 체크 후 ok 버튼을 눌러주세요 그러면 오류 해결~
반응형
'웹프로그래밍 > spring~~' 카테고리의 다른 글
Spring Dispatcher-Servlet이란? (0) | 2019.09.08 |
---|---|
Spring Security에서 Ajax post 방식 사용할 때 (0) | 2019.08.31 |
form 태그의 th:action을 동적으로 바꾸는 방법 (0) | 2019.08.23 |
@PathVariable, URL에 파라미터 전달하기 (0) | 2019.08.20 |
Spring Security를 적용해보자(2) (0) | 2019.08.13 |
Spring security 적용해보자(1) (0) | 2019.08.12 |
Spring security CSRF 프로텍션 (0) | 2019.08.09 |
Spring JPA를 사용해 보자~ (0) | 2019.08.06 |