Skip to content

classicPintus/spring-boot-courses-spring-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Validation

This project is a poc in order to understand how to make working the spring validation applied to rest controllers

pre-requisites

Java

How to try it

  • call the endpoint /longCheck/{someValue}. If the value is greater than 100 you'll see a validation error
  • call the endpoint /booleanCheck/{someValue}. If the value is false you'll see a validation error
  • call the endpoint /booleanCheckWithBody. If the booleanValue field inside the request is null you'll see a validation error

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages