1190 Forks
3972 Stars
3972 Watchers

small-spring

🌱《 Spring 手撸专栏》,本专栏以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 Spring 核心原理。在手写的过程中会简化 Spring 源码,摘取整体框架中的核心逻辑,简化代码实现过程,保留核心功能,例如:IOC、AOP、Bean生命周期、上下文、作用域、资源处理等内容实现。

How to download and setup small-spring

Open terminal and run command
git clone https://github.com/fuzhengwei/small-spring.git
git clone is used to create a copy or clone of small-spring repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with small-spring https://github.com/fuzhengwei/small-spring/archive/master.zip

Or simply clone small-spring with SSH
[email protected]:fuzhengwei/small-spring.git

If you have some problems with small-spring

You may open issue on small-spring support forum (system) here: https://github.com/fuzhengwei/small-spring/issues