spring-webmvc
在 Maven 和EBR 上是否org.springframework.web.servlet
相同?spring-webmvc
我似乎在 Spring 的 EBR 上找不到。
马文:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>3.1.2.RELEASE</version>
</dependency>
弹簧 EBR:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.web.servlet</artifactId>
<version>3.1.2.RELEASE</version>
</dependency>