[NO-ISSUE] Add references

This commit is contained in:
woozu-shin 2023-10-24 14:59:40 +09:00
parent beb6c619e5
commit 6873c6593a
1 changed files with 14 additions and 1 deletions

View File

@ -102,3 +102,16 @@ create table response_log
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 값 로깅하기