spring学习

来源:互联网 发布:招生网络咨询技巧 编辑:程序博客网 时间:2024/06/05 02:00

1.通过maven获取spring的包

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

        <groupId>org.springframework</groupId>

        <artifactId>spring-context</artifactId>

        <version>4.1.5.RELEASE</version>

    </dependency>

2.spring在线文档地址

http://docs.spring.io/spring/docs/4.1.5.RELEASE/spring-framework-reference/html/

3.spring核心包:spring-corespring-beansspring-contextspring-context-support, and spring-expression

0 0