Spring Applications

Project: Input Validation and Documentation

The objective of this exercise is to provide input validation and documentation for the REST services of the bookstore application.
  1. Add Bean Validation constraints to the method parameters of the different REST controllers that match the associated API documentations.
  2. Add the SpringDoc library as Maven dependency to generate OpenAPI documentations.