我使用maven来构建spring mvc项目,我很困惑 **
**
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<!--
springframework
*Core support for dependency injection, transaction management,
web applications, data access, messaging, testing and more.
-->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.0.0.RELEASE</version>
</dependency>
<!-- JSTL 支持 -->
<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
<!--
Spring webmvc
include spring-web-4.0 and spring-webmvc
-->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>4.0.0.RELEASE</version>
</dependency>
</dependencies>
我导入了一些必要的jar,如slf4j.jar,dom4j.jar,stander.jar等。
答案 0 :(得分:0)
C:\Users\yourusername\.m2\repository
如果您的jar文件存在与否,这是maven repository.check的位置。