http-patch-spring:在Spring中使用HTTP PATCH

时间:2021-02-05 23:46:25
【文件属性】:
文件名称:http-patch-spring:在Spring中使用HTTP PATCH
文件大小:129KB
文件格式:ZIP
更新时间:2021-02-05 23:46:25
rest spring spring-boot rest-api 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
----misc()
--------images()
--------postman()
----pom.xml(6KB)
----LICENSE(1KB)
----src()
--------test()
--------main()
----.gitignore(100B)
----README.md(31KB)

网友评论