Compare commits

..

No commits in common. "1d5da1b474f87447789ab925814feaffe0f48089" and "beb6c619e5b4cfd8fc0010130722cf82cc80931c" have entirely different histories.

1 changed files with 1 additions and 14 deletions

View File

@ -101,17 +101,4 @@ create table response_log
trace_id varchar(40),
created_at timestamp(6) with time zone
);
```
# References
- https://daakludens.github.io/spring/filter-vs-interceptor/
Filter와 Interceptor를 제대로 구분해 사용하는 법
- https://bamdule.tistory.com/149
- [SpringBoot] HandlerInterceptor 설정하기
- https://mopil.tistory.com/74
- [Spring Boot] Request body, Response body 로깅 하는 법 (with 코틀린)
- https://oops4u.tistory.com/2602
- Request / Response Body Logging
- https://xzio.tistory.com/1999
- [Spring 프로젝트] Interceptor로 request, response body json 값 로깅하기
```