zoukankan      html  css  js  c++  java
  • spring 学习

    spring 1.x版本的文档 

    https://docs.spring.io/spring/docs/1.1.5/reference/

    中文文档 http://www.yesky.com/imagesnew/software/spring/index.html

    该版本开始支持注解【Java 5注解】

    https://docs.spring.io/spring/docs/2.0.x/reference/

    Spring 2.0和 2.5的新特性  http://shouce.jb51.net/spring/index.html

    https://docs.spring.io/spring/docs/3.0.x/reference/

    版本
    名称
    发行日期
    J2SE 1.2
    Playground(运动场)
    1998-12-04
    J2SE 1.2.1
    none(无)
    1999-03-30
    J2SE 1.2.2
    Cricket(蟋蟀)
    1999-07-08
    J2SE 1.3
    Kestrel(美洲红隼)
    2000-05-08
    J2SE 1.3.1
    Ladybird(瓢虫)
    2001-05-17
    J2SE 1.4.0
    Merlin(灰背隼)
    2002-02-13
    J2SE 1.4.1
    grasshopper(蚱蜢)
    2002-09-16
    J2SE 1.4.2
    Mantis(螳螂)
    2003-06-26
    Java SE 5.0 (1.5.0)
    Tiger(老虎)
    2004-09-30
    Java SE 6.0 (1.6.0)
    Mustang(野马)
    2006-04
    Java SE 7.0 (1.7.0)
    Dolphin(海豚)
    2011-07-28
    Java SE 8.0 (1.8.0)
    Spider(蜘蛛)
    2014-03-18

     

    spring-framework-history

    http://springtutorials.com/spring-framework-history/ 

    https://www.quora.com/What-is-the-history-of-The-Spring-Framework

     

    https://github.com/spring-projects/spring-framework/releases

     

     

    The first version was written by Rod Johnson,
    who released the framework with the publication of his book Expert One-on-One J2EE Design and Development in October 2002.
    The framework was first released under the Apache 2.0 license in June 2003.
    was released in March 2004, with further milestone releases in September 2004 and March 2005.


    Spring 1.0 in June 2003
    Spring 1.2.6 framework won a Jolt productivity award and a JAX (Java API for XML) Innovation Award in 2006.[3][4]
    Spring 2.0 was released in October 2006,
    Spring 2.5 in November 2007,
    Spring 3.0 in December 2009,
    Spring 3.1 in December 2011, and
    Spring 3.2.5 in November 2013.[5]
    Spring Framework 4.0 was released in December 2013.[6]
    Notable improvements in Spring 4.0 included support for Java SE (Standard Edition) 8, Groovy 2, some aspects of Java EE 7, and WebSocket.
    Spring Framework 4.2.0 was released on 31 July 2015 and was immediately upgraded to version 4.2.1,
    which was released on 01 Sept 2015.[7] It is "compatible with Java 6, 7 and 8, with a focus on core refinements and modern web capabilities".[8]
    Spring Framework 4.3 has been released on 10 June 2016.
    The 4.3.0.RC1[9] version is available.
    It "will be the final generation within the general Spring 4 system requirements (Java 6+, Servlet 2.5+), getting prepared for an extended 4.3.x support life until 2019".[10]
    Spring 5 is announced to be built upon Reactive Streams compatible Reactor Core.[11]

     http://www.cnblogs.com/RunForLove/p/4641672.html

     

    Spring 3.2的新特性和改进

    http://blog.sina.com.cn/s/blog_667ac0360102ebza.html

    http://blog.csdn.net/yangshijin1988/article/details/9043623

    https://my.oschina.net/shelltea/blog/95810

     

    Spring4.1新特性——综述  2014-08-11 07:39

    Spring 4.x框架中的新特性---Spring4.0框架的新功能和改善

    http://blog.csdn.net/think_soft/article/details/49803395

    http://blog.csdn.net/think_soft/article/details/49785619

    http://www.mamicode.com/info-detail-2002429.html

    spring 4.1.3.RELEASE

    http://spring.cndocs.ml/

     

    《Spring5官方文档》新功能

    https://www.oschina.net/translate/whats-new-in-spring-framework-5

    http://ifeve.com/spring-5-new/

     

     

     

  • 相关阅读:
    Java集合(容器)学习
    Java中最基本的集合接口:初识Collection
    Java中的Overload和Override有什么区别
    Java程序国际化学习代码一
    Java中的io流学习(了解四大基类和基本步骤)
    忘记电脑连过的WiFi的密码了,但又想知道,该怎么办?
    你真的理解了for循环吗?反正我是没有
    Java中的“==操作符”和equals方法有什么区别
    Java中final、finally、finalize有什么区别?
    Thread--线程工作万花筒
  • 原文地址:https://www.cnblogs.com/laj12347/p/7623229.html
Copyright © 2011-2022 走看看