怪我咯2017-04-18 10:42:09
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.
伊谢尔伦2017-04-18 10:42:09
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.