In this video, I'd like to share with you guys about how to write code that validates path variables (path parameters) of REST API requests with Spring Boot Starter Validation, with some code examples.
You will also see how to customize error response with a global exception handler.
For code examples and sample project, check the written tutorial at https://www.codejava.net/frameworks/s...
#restapis #springboot #validation #java