일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 분할정복
- 세그먼트 트리
- Flpyd-Warshall
- tensorflow
- 백준
- 이분매칭
- VituralBox
- 다이나믹 프로그래밍
- 이분탐색
- 동적계획법
- 나무자르기
- 최소신장트리
- Floyd-Warshall
- Ubuntu64bit
- 코드그라운드
- 최소스패닝트리
- 네이버 지도 api
- 알고리즘
- 이분 매칭
- 피보나치수열
- 백트래킹
- 알고스팟
- 축사 배정
- pythonanywhere
- Mysql5.7
- 피노나치 수열
- SpringBoot
- 연속합
- 쉬운 계단 수
- 이친수
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