Skip to content

Latest commit

 

History

History
71 lines (57 loc) · 4.11 KB

README_en.md

File metadata and controls

71 lines (57 loc) · 4.11 KB

mini-spring

Build Status License Stars Forks

English | 简体中文

mini-spring-cloud (simplified version of the Spring Cloud framework)

About

The mini-spring is a simplified version of the Spring framework that will help you quickly get familiar with the Spring source code and grasp the core principles of Spring. The core logic of Spring is extracted, the code is extremely simplified, and the core functions of Spring, such as IoC and AOP, resource loaders, event listeners, type conversion, container extension points, bean life cycle and scope, and application context, are retained.

If this project can help you, please STAR the project, thank you!!!

Contents

Basics

Expanding

Advanced

Bug fix

Usage

Each function point corresponds to a branch. Switch to the branch corresponding to the function point to see the new function. The incremental change point is described in the changelog.md file.

Contributing

Any contributions you make are greatly appreciated.

Contact

Please feel free to ask me any questions related to mini-spring and other technologies. My email is 15521077528@163.com.

Reference