29 Forks
102 Stars
102 Watchers

mini-spring

mini-spring 是仿写 Spring 的一个乞丐版 IOC/AOP 框架,总代码规范精炼,仅数百行,同时注释详细,可作为 Spring 框架学习教程。使用了 Java 反射、注解、动态代理等技术以及内嵌 tomcat 服务器,实现了 @Controller、@AutoWired、@Aspect、@Before 等常用注解。可实现简单的访问 uri 映射,控制反转以及不侵入原代码的面向切面编程。

How to download and setup mini-spring

Open terminal and run command
git clone https://github.com/czwbig/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/czwbig/mini-spring/archive/master.zip

Or simply clone mini-spring with SSH
[email protected]:czwbig/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/czwbig/mini-spring/issues