958 Forks
3803 Stars
3803 Watchers

mini-spring

mini-spring是简化版的spring框架,能帮助你快速熟悉spring源码和掌握spring的核心原理。抽取了spring的核心逻辑,代码极度简化,保留spring的核心功能,如IoC和AOP、资源加载器、事件监听器、类型转换、容器扩展点、bean生命周期和作用域、应用上下文等核心功能。

How to download and setup mini-spring

Open terminal and run command
git clone https://github.com/DerekYRC/mini-spring.git
git clone is used to create a copy or clone of mini-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 mini-spring https://github.com/DerekYRC/mini-spring/archive/master.zip

Or simply clone mini-spring with SSH
[email protected]:DerekYRC/mini-spring.git

If you have some problems with mini-spring

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