Search⌘ K
AI Features

Challenges

Explore how to enhance RESTful web services by adding search criteria with ratings, validating input parameters, and implementing pagination. This lesson helps you solve common challenges in exposing REST endpoints using Spring Boot's best practices for more robust CRUD operations.

Challenge 1: Search by rating

In the last challenge, we have added two new service features

  1. Paginate the result.
  2. Additional Column
...