Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 848 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 848 Bytes

spring-learning

Understand the core principles of Spring by writing a simplified version of the Spring framework. In the process of handwriting, Spring source code will be simplified, the core logic of the overall framework will be extracted, the code implementation process will be simplified, and the core functions will be retained, such as: IOC, AOP, Bean life cycle, context, scope, resource processing and other content implementation.

原仓库连接:https://github.com/fuzhengwei/small-spring

原文档连接:https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzIxMDAwMDAxMw==&action=getalbum&album_id=1871634116341743621

待完成:spring-jdbc、数据库事务相关内容...

以后会随着学习的深入对内容进行扩充...

致谢原仓库作者 小傅哥 让我们 “站在巨人的肩膀上” 学到更多的知识