我正在尝试pom
为
org.springframework.web.servlet-3.1.2.RELEASE.jar
上网了,但没有更多
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>3.1.2.RELEASE</version>
</dependency>
最终我需要导入
import org.springframework.web.servlet.ModelAndView;
但我无法在这里找到这个罐子。找到了我需要的一切,但 servlet。
请协助