0

我正在尝试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。

请协助

4

1 回答 1

0

您需要的课程在spring-webmvc,请参见此处

网站www.findjar.com对于查找包含特定类的 jar 非常有用。

于 2012-10-28T17:04:23.573 回答