일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 쉬운 계단 수
- 동적계획법
- 이분매칭
- 축사 배정
- tensorflow
- Floyd-Warshall
- 알고스팟
- VituralBox
- 코드그라운드
- Mysql5.7
- 세그먼트 트리
- 피노나치 수열
- 연속합
- 알고리즘
- SpringBoot
- Flpyd-Warshall
- 나무자르기
- 이분탐색
- 다이나믹 프로그래밍
- 최소신장트리
- 이분 매칭
- Ubuntu64bit
- 이친수
- 백준
- 백트래킹
- pythonanywhere
- 네이버 지도 api
- 분할정복
- 최소스패닝트리
- 피보나치수열
Archives
- Today
- Total
초보개발자
[Spring] can't find symbol about Lombok 본문
Lombok에서 제공하는 Annotation을 사용하는데 can't find symbol이라는 에러가 떴다.
can't find symbol 에러는 주로 철자 오류나 지역 변수 등의 오류라고 인터넷에 나왔다.
하지만 Lombok 관련 Annotation 문제는 다음과 같이 해결하면 된다.
Preferences > Build, Execution, Deployment > Compiler > Annotation Processors
이 위치에서 Enable annotation processing 체크를 해주면 된다.
참고
'WEB Server > Spring' 카테고리의 다른 글
[Spring] @RequestParam 관련 Handle Exception (0) | 2018.03.15 |
---|---|
[Spring] @JsonProperty와 @SerializedName (0) | 2018.02.26 |
Comments