# MySpringBoot **Repository Path**: arlincd/MySpringBoot ## Basic Information - **Project Name**: MySpringBoot - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-09 - **Last Updated**: 2021-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: SpringBoot ## README # mySpringBoot 手动实现SpringBoot轮子,为了对SpringBoot进一步熟悉。 [链接](https://gitee.com/arlenlincd/MySpringBoot) ## 介绍 模仿 Spring Boot 写的一个轻量级的 HTTP 框架。 内置由 Netty 编写 HTTP 服务器,无需额外依赖 Tomcat 之类的 web 服务器。使用 Netty 几十行代码即可实现一个简易的 HTTP 服务,性能高且轻量。 ## 依赖 ```xml io.netty netty-all 4.1.69.Final org.yaml snakeyaml 1.27 javax.validation validation-api 2.0.1.Final org.hibernate.validator hibernate-validator 6.1.5.Final cglib cglib 3.3.0 commons-codec commons-codec 1.14 com.fasterxml.jackson.core jackson-databind 2.11.2 ``` 参考:https://github.com/feiyongjing/my-springBoot