<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://wldnjs12.github.io/</id><title>Jiwon's Tech Blog</title><subtitle>최지원의 백엔드 기술 블로그입니다. 공부한 내용을 기록하고 공유합니다.</subtitle> <updated>2026-03-23T20:22:04+09:00</updated> <author> <name>Choi Jiwon</name> <uri>https://wldnjs12.github.io/</uri> </author><link rel="self" type="application/atom+xml" href="https://wldnjs12.github.io/feed.xml"/><link rel="alternate" type="text/html" hreflang="ko-KR" href="https://wldnjs12.github.io/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2026 Choi Jiwon </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>[백엔드 여정] 01. Spring MVC 구조와 핵심 원리 완벽 정리</title><link href="https://wldnjs12.github.io/posts/spring-mvc-summary/" rel="alternate" type="text/html" title="[백엔드 여정] 01. Spring MVC 구조와 핵심 원리 완벽 정리" /><published>2026-03-23T09:30:00+09:00</published> <updated>2026-03-23T20:15:29+09:00</updated> <id>https://wldnjs12.github.io/posts/spring-mvc-summary/</id> <content type="text/html" src="https://wldnjs12.github.io/posts/spring-mvc-summary/" /> <author> <name>Choi Jiwon</name> </author> <category term="Backend" /> <category term="Spring" /> <summary>👋 백엔드 공부의 시작, Spring MVC 지난주부터 본격적으로 백엔드 공부를 시작하며 Spring MVC의 핵심 구조를 배웠습니다. 단순히 코드를 짜는 것을 넘어, 전체적인 요청의 흐름을 이해하는 것이 중요하다는 것을 깨달은 한 주였습니다. ⚙️ 1. Dispatcher Servlet: 모든 요청의 ‘단일 창구’ 과거에는 페이지 수만큼 서블릿을 만들어야 해서 관리가 힘들었지만, 현재는 Front Controller 패턴인 Dispatcher Servlet이 모든 요청을 가장 먼저 받아 적절한 곳으로 배분합니다. 요청 처리의 3박자 (Mapping, Adapter, Converter) Handler Mapping (길 찾기): URL을 보고 어떤 컨트롤러의 메서드와 연결할지 길을 찾아줍니...</summary> </entry> </feed>
