# 实现spring **Repository Path**: yylany/implementation_of_spring ## Basic Information - **Project Name**: 实现spring - **Description**: 使用了java原生的api实现了 依赖注入, 并且模仿了Springboot的api实现controller, 使用了netty作为web服务器 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 实现spring #### 项目介绍 使用了java原生的api实现了 依赖注入, 并且模仿了Springboot的api实现controller, 使用了netty作为web服务器 #### 软件架构 软件架构说明 #### 安装教程 1. 只需要有maven就可以使用 #### 使用说明 1. 因为这个只是一个demo级别的,只实现了一部分的代码,并不能像spring的代码那么强大 2. 这个仅仅实现了controller,依赖注入,这个教程只是 给一些喜欢原理的人看的,大神不要喷 3. 使用了netty做了http服务器,这样就可以直接在web直接访问MyMapper标注的方法