Spring Boot REST API - How to Validate Path Variables

Published: 27 February 2023
on channel: Code Java
3,886
71

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