java - 关于maven中的包冲突,是否需要全部都处理掉?
黄舟
黄舟 2017-04-18 10:40:09
0
2
525
黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(2)
刘奇
  1. 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. .

  2. 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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template