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 열
- reflection API
- 슬로우 쿼리
- hikari cp
- ContentCachingRequestWrapper
- 람다 캡쳐링
- Cross-Zone Load Balancing
- 자연변수
- afterCompletion
- SSR #CSR
- querydsl-sql
- RequestBody로깅
- Application-Based Cookie
- superset-oracle
- 네트워크 io
- ReactAdmin
- 아파치 드루이드
- 자바로그
- aws
- oracle
- Route53
- 스프링
- queryDsl #JPA #hibernate
- jpa
- Duration-Based Cookie
- Connection Draining
- ChatGPT
- Routing Policies
- CannotGetJdbcConnectionException
Archives
- Today
- Total
목록spring (1)
Forest Gump?
TIL) springboot http requestBody/ResponseBody 찍기
로그백 설정을 하다가, http requestBody와 responseBody가 찍히면 좋을것 같다고 생각해서 찍으려고 했다. @preHandle에서 URL이나 Method 로깅하는 식으로 하면 되겠다 하고 HandlerInterceptor를 상속받아 오버라이딩 해서 request 객체의 메소드를 봤지만..! header와 url 그리고 getMethod 등등이 존재하지만 중요한 requestBody객체가 없어 구글링을 해봤다. ContentCachingRequestWrapper 을 사용하면 된다! 라는 답을 받고 찾아봤다. ContentCachingRequestWrapper 이란? 스프링에서는 기본적으로 RequestPacade / ResponsePacade라는 요청을 통해 request/respons..
카테고리 없음
2023. 7. 16. 23:58