Spring의 모듈 중 Servlet API를 기반으로 요청을 처리하는 것이 spring-webmvc Apache Tomcat을 내장하고 있으며, DispatcherServlet 객체가 클라이언트의 요청을 받아 각 핸들러에게 요청을 라우팅함

build.gradle에서는

implementation 'org.springframework.boot:spring-boot-starter-web'

이 패키지 안에 포함되어 있음