From 28caaecc2d7904126fc8a3dc9600b3817c1b804e Mon Sep 17 00:00:00 2001 From: gyungchan Jo Date: Thu, 13 Jun 2024 17:12:49 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EB=A0=88=EB=B2=A8=20=EC=9D=B8=ED=84=B0?= =?UTF-8?q?=EB=B7=B0=20=EB=AA=A9=EB=A1=9D=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e12f61..625ac38 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,9 @@ ### Spring Boot -[제목](링크) +[톰캣이란 무엇인가?](https://github.com/2024-woowacourse-study/level-interview/discussions/243) +[Spring과 Spring Boot의 차이](https://github.com/2024-woowacourse-study/level-interview/discussions/183) +[AutoConfiguration 동작 원리](https://github.com/2024-woowacourse-study/level-interview/discussions/124) ### Spring Core @@ -126,7 +128,13 @@ ### Spring MVC -[제목](링크) +[ExceptionHandler은 어떻게 작동하는지](https://github.com/2024-woowacourse-study/level-interview/discussions/162) +[@ResponseBody(or ResponseEntity)가 있을 때와 없을 때의 동작 방식 차이](https://github.com/2024-woowacourse-study/level-interview/discussions/194) +[Filter와 Interceptor의 차이](https://github.com/2024-woowacourse-study/level-interview/discussions/182) +[Spring MVC의 실행 흐름에 대해 설명](https://github.com/2024-woowacourse-study/level-interview/discussions/152) +[@Controller 와 @RestController 의 차이](https://github.com/2024-woowacourse-study/level-interview/discussions/139) +[ControllerAdvice에 대해 설명](https://github.com/2024-woowacourse-study/level-interview/discussions/137) +[RequestBody와 ModelAttribute 차이](https://github.com/2024-woowacourse-study/level-interview/discussions/117) ### Spring Test