文件名称:hateoas-test
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-21 04:45:52
Java
将返回 { " _links " : { " self " : { " href " : " http://localhost:8080/childrenWithPagination{?page,size,sort} " , " templated " : true } }, " _embedded " : { " children " : [ { " id " : 1 , " attribute " : " attribute " } ] }, " page " : { " size " : 20 , " totalElements " : 1 , " totalPages " : 1 , " number " : 0 } } 将返回 [ {
【文件预览】:
hateoas-test-master
----.gitignore(37B)
----src()
--------main()
----pom.xml(1KB)
----README.md(609B)