Spring Framework------>version4.3.5----->Reference学习心得----->总结

1.Spring Framework概述:

    • 有很多可用版本,网址http://projects.spring.io/spring-framework/
    •         
    •   

2.Spring Framework4.3.5.RELEASE--->Reference Documentation学习心得

  2.1 spring framework是用来干什么的

  2.2 Spring Framework的依赖注入和控制反转(Dependency Injection和Inversion of Control)

  2.2 Getting Started with Spring

      基于spring boot 项目创建你的第一个spring application

      • This reference guide provides detailed information about the Spring Framework. It provides comprehensive documentation for all features, as well as some background about the underlying concepts (such as "Dependency Injection") that Spring has embraced.If you are just getting started with Spring, you may want to begin using the Spring Framework by creating a Spring Boot based application. Spring Boot provides a quick (and opinionated) way to create a production-ready Spring based application. It is based on the Spring Framework, favors convention over configuration, and is designed to get you up and running as quickly as possible.You can use start.spring.io to generate a basic project or follow one of the "Getting Started" guides like the Getting Started Building a RESTful Web Service one. As well as being easier to digest, these guides are very task focused, and most of them are based on Spring Boot. They also cover other projects from the Spring portfolio that you might want to consider when solving a particular problem.

posted on 2017-01-02 13:25  LXRM-JavaWeb、ML  阅读(136)  评论(0编辑  收藏  举报

导航