Do you need spring-mvc.jar in your classpath or is it part of spring-core?

Technology CommunityCategory: SpringDo you need spring-mvc.jar in your classpath or is it part of spring-core?
VietMX Staff asked 3 years ago

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.