Spring MVC Architecture(1) 웹 브라우저로부터 Request가 들어오면 DispatcherServlet 클래스의 객체가 요청을 받는다.요청을 한 곳에서 받아서 처리하고, 요청에 맞는 handler로 요청을 Dispatch하고, 해당 handler의