# myspring **Repository Path**: sunankang/myspring ## Basic Information - **Project Name**: myspring - **Description**: spring的aop和ioc - **Primary Language**: Java - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-06-16 - **Last Updated**: 2023-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## spring #### 介绍 模仿spring的小项目 支持单例模式的依赖循环,单例和原型模式的混合循环依赖 测试循环依赖在com.jame.test.dependtest.SpringTest 支持aop,aop测试在com.jame.test.aoptest.Demo类中 介绍在code/introduce.text