스프링 웹 MVC 프레임워크의 레퍼런스의 첫 문장은 다음과 같습니다. The Spring Web model-view-controller (MVC) framework is designed around a DispatcherServlet that dispatches requests to handlers, with configurable handler mappings, view resolution, locale and theme resolution as well as support for uploading files. 스프링 웹 MVC 프레임워크는 디스패처서블릿(DispatcherServlet)을 중심으로 설계되었다. [Spring] DispatcherServlet이란? 디스패처서블릿은 HTTP 요청들을 매핑..