# NettySpring **Repository Path**: ffch/nettyboot ## Basic Information - **Project Name**: NettySpring - **Description**: netty做http框架,类似于springboot,内容是自己实现的,或许比较low,目前支持json、html、js,自定义了几个注解,支持路径配置 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/xiaoyaofeiyang/NettySpring - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-04-12 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 已完成功能: 1.netty http json接收响应 2.netty http get请求的 html、js 文件响应。 3.自定义4个注解,类和方法的注解。支持路径配置 4.get请求参数注入map 下一步需要完成的工作: 1.post请求参数解析 2.目前参数只通过map传递,如何改造成类似于spring的传递方式。 3.将所有请求整合到一个handler中 4.增加请求资源类型支持 4.代码结构样式如何更牛逼