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.
学习的过程中总会得到一些心得体会,认真地将它们记录下来并分享给每一个愿意花费时间去阅读它们的人,然后意外地收获某个读者的评论,从而激发出新的感想,是一件十分令人欢快的事。如果你也在研习这方面的知识,欢迎加入到我们的队伍中来,和我们一起进步吧(^_^)
原文地址:https://www.cnblogs.com/lxrm/p/6242337.html