0

我正在阅读 Struts2 Spring Hibernate 的教程。在这里 www.springsource.org/download/community 在迈向 Spring 时,我找到了下载 Spring 框架的链接,我在 Spring 网站上找不到该链接我看到了几个现有的答案,但仍然困惑 21 mb 文件如何被 5 或建议编写这些依赖项的 6 行代码

<dependencies>
    <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-context</artifactId>
        <version>3.2.4.RELEASE</version>
    </dependency>
</dependencies>

请告诉我,因为我在教程的一半,几乎花了一天时间,现在无法移动到另一个教程。我应该在我的项目中使用新版本的 Spring 配置什么?

4

1 回答 1

1

这是一个 Maven 依赖项。Maven 是一个管理依赖的系统。您可以在maven 主页上找到更多信息

于 2013-10-18T08:14:37.233 回答