http patch spring:在Spring中使用HTTP PATCH 源码
在Spring使用HTTP PATCH 该项目演示了一种通过JSON Patch和JSON Merge Patch支持HTTP PATCH的方法,该方法用于在Spring中对资源进行部分修改,如我的。 我还整理了一个以便您可以使用API。 由于我对PATCH工作方式有很多误解,因此我打算在深入实际解决方案之前弄清其用法。 目录 PUT问题和需要PATCH 考虑一下,例如,我们正在创建一个用于管理联系人的API。 在服务器上,我们拥有可以用以下JSON文档表示的资源: { " id " : 1 , " name " : " John Appleseed " , " wor
文件列表
http-patch-spring-master.zip
(预估有个46文件)
http-patch-spring-master
misc
images
patch-conversions.drawio
2KB
patch-conversions.png
106KB
postman
postman_environment.json
384B
postman_collection.json
5KB
pom.xml
6KB
LICENSE
1KB
暂无评论