Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- reflection API
- 자바로그
- querydsl-sql
- afterCompletion
- 스프링
- 자연변수
- 아파치 드루이드
- RequestBody로깅
- oracle
- 코딩삽질일기
- Application-Based Cookie
- SSR #CSR
- Routing Policies
- Route53
- CannotGetJdbcConnectionException
- 네트워크 io
- ContentCachingRequestWrapper
- UNION 열
- Connection Draining
- ReactAdmin
- superset-oracle
- ChatGPT
- aws
- hikari cp
- queryDsl #JPA #hibernate
- Duration-Based Cookie
- 람다 캡쳐링
- jpa
- Cross-Zone Load Balancing
- 슬로우 쿼리
Archives
- Today
- Total
목록annotationProcessor (1)
Forest Gump?

error: cannot find symbol String message = makeMessage(targetToken, title, body, Message.Data.builder().build()); 푸쉬 테스트 프로그램 진행중에, cannot find symbol method builder() 오류가 나왔다. 왜 롬복의 builder method 를 못찾는건가 하고 찾아봤다. 컴파일 이전에 annotationProcessor 가 선언 되어야지만 먼저 builder method 생성이 되고, 그 후에 가능하다 고 해서 추가해줬다 . annotationProcessor('org.projectlombok:lombok') 문제 없이 실행이 되니 , 궁금해졌다. 왜 annotationProcessor 선언을..
SPRING
2023. 2. 28. 00:53