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
- oracle
- 자바로그
- Route53
- CannotGetJdbcConnectionException
- ReactAdmin
- queryDsl #JPA #hibernate
- Duration-Based Cookie
- ChatGPT
- querydsl-sql
- 슬로우 쿼리
- superset-oracle
- 아파치 드루이드
- hikari cp
- RequestBody로깅
- Cross-Zone Load Balancing
- 스프링
- Application-Based Cookie
- 네트워크 io
- reflection API
- 람다 캡쳐링
- 자연변수
- ContentCachingRequestWrapper
- afterCompletion
- jpa
- Routing Policies
- SSR #CSR
- Connection Draining
- 코딩삽질일기
Archives
- Today
- Total
목록annotationProcessor (1)
Forest Gump?
cannot find symbol 오류로 알아보는 gradle 의존성 옵션 정리
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