rest-api
2 articles
Spring Boot Pagination and Sorting, and the Page You Should Not Return
Pageable and Page in two lines — then the runtime warning Spring Data logs about returning Page from a controller, and the COUNT query every page costs.
Backend & APIsHow to Build a REST API in Spring Boot, Including the Failures
Build a working Spring Boot REST API — GET, POST, 201 with Location — then see what your callers actually get back when the request is wrong, and fix it.
Backend & APIs