Skip to content

shourovfoisal/spring-boot-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot | REST API Request Validation & Exception Handling Realtime Example | JavaTechie https://www.youtube.com/watch?v=gPnd-hzM_6A

Test Validation With

{
  "name": "",
  "age": 10,
  "email": "@gmail.com",
  "mobile": "425687456",
  "gender": "Male",
  "nationality": ""
}

Test Malformed Request Body With

{
  "name": "",
  "age": "10ab",
  "email": "@gmail.com",
  "mobile": "425687456",
  "gender": "Male",
  "nationality": ""
}

About

Spring boot request validation and exception handling

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages