spring-web provides core HTTP integration, including some convenient Servlet filters, Spring HTTP Invoker, and infrastructure for integration with other web frameworks and HTTP technologies.
spring-webmvc is the implementation of Spring MVC. spring-webmvc depends on spring-web, so you don't have to add spring-web explicitly.
Generally there is no need to deal with it, but if there is a conflict between jar packages, you can only check them one by one. .
spring-web and spring-webmvc.
No need to deal with duplicate dependencies.
spring-web provides core HTTP integration, including some convenient Servlet filters, Spring HTTP Invoker, and infrastructure for integration with other web frameworks and HTTP technologies.
spring-webmvc is the implementation of Spring MVC. spring-webmvc depends on spring-web, so you don't have to add spring-web explicitly.