# nettyrest **Repository Path**: dyyx/nettyrest ## Basic Information - **Project Name**: nettyrest - **Description**: 基于 netty 的 restfull框架 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-06 - **Last Updated**: 2024-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # netty-rest 基于 Netty 的 RESTful 框架 代码和段子手 http://codefun007.xyz/ ## 主要注解 参考Spring MVC - @RestController - @RequestMapping - @GetMapping - @PostMapping - @DeleteMapping - @PutMapping - @PatchMapping - @JsonResponse - @RequestParam - @PathVariable - @RequestBody - @UploadFile - @UrlEncodedForm - @RequestHeader ## controller 实例 PetController ## 启动服务 RestServerTest http://127.0.0.1:8088/pets http://127.0.0.1:8088/pets/getPet?id=1 http://127.0.0.1:8088/pets/addOrUpdatePet?id=3&name=fish&age=11 http://127.0.0.1:8088/pets/deletePet?id=3