# teaboot **Repository Path**: ffch/teaboot ## Basic Information - **Project Name**: teaboot - **Description**: 使用netty做的http服务器,可实现注解配置、bean管理等功能。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-05-16 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 使用netty做的http服务器,可实现注解配置、bean管理等功能。 已实现功能:
## 1.context 实现bean的管理和依赖。 ## 2.web 实现http服务器访问路径及功能配置。 ## 3.security 实现安全控制,目前只有访问控制。