# easyspring **Repository Path**: mayunzouyihui/easyspring ## Basic Information - **Project Name**: easyspring - **Description**: 简单spring - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 实现spring框架相关功能 控制反转和依赖注入; springboot基础功能; ## 相关内容: - framework:框架模块;test:测试模块(使用框架) - web服务模型及Servlet - 集成嵌入式Tomcat - 类扫描与加载 - Bean注解,AutoWired注解实现 - Controller注解实现