# simple-Spring **Repository Path**: aahhxx/simple-spring ## Basic Information - **Project Name**: simple-Spring - **Description**: 个人实现的简易Spring 主要功能: IOC DI AOP 缺点: 无法在多线程情况下正确的使用AOP 循环依赖没有解决 - **Primary Language**: Java - **License**: WTFPL - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-28 - **Last Updated**: 2021-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # simple-Spring #### 介绍 个人实现的简易Spring 主要功能: IOC DI AOP MVC 缺点: 无法在多线程情况下正确的使用AOP 循环依赖没有解决 #### 使用说明 1. 项目使用maven构建