From 7626325fcb24d31435bad713894200cff7601c82 Mon Sep 17 00:00:00 2001 From: Ashif Ismail Date: Sat, 25 May 2024 17:46:31 +0400 Subject: [PATCH] Added new library - Library that simplifies API design by enabling a single endpoint to accept form-encoded, JSON, and form-data bodies, streamlining the handling of various content types in unified API. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e505229..acd1232 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ - [当Parallel遇上了DI - SpringBoot并行聚合最佳实践](https://github.com/lvyahui8/spring-boot-data-aggregator) - [JApiDocs:无需注解的 SpringBoot API文档生成工具](https://github.com/YeDaxia/JApiDocs) - [SpringBoot+Vue搭建的公司门户网站和后台管理系统](https://gitee.com/JuWaiRenDian/mywebsite) +- [Unified Request Body Handling] (https://github.com/ashif-ismail/spring-auto-request-parser) ## 网站