The spring-mvc.jar is not part of spring-core, which means that if you want to use Spring MVC framework in your Java project, you must include spring-mvc.jar in your application’s classpath. In a Java web application, spring-mvc.jar is usually placed inside the /WEB-INF/lib folder.