开启Spring之旅
一、看官网介绍,怎么吹的牛逼
The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.
Spring Framework为基于java的现代企业应用程序提供了一个全面的编程和配置模型——适用于任何类型的部署平台。
A key element of Spring is infrastructural support at the application level: Spring focuses on the "plumbing" of enterprise applications so that teams can focus on application-level business logic, without unnecessary ties to specific deployment environments.
Spring的关键元素是应用程序级的基础设施支持:Spring关注企业应用程序的“管道”,这样团队就可以专注于应用程序级业务逻辑,而不必与特定的部署环境有不必要的联系。
二、实质的功能
把官方的文档想成我们的需求文档,代码不是凭空写出来的,一定已实现功能为基础。整理下官方文档,列个思维导图
[Spring 5.2.7.RELEASE]https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/core.html#beans
这里是英文,不要慌,我们有谷歌翻译,结合Demo,我们一点一点整理功能点