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