Skip to content

Spring Boot Restful Web Services Validation with Hibernate Validator and Bean Validation API 2.0 (JSR-380)

License

Notifications You must be signed in to change notification settings

bytestree/spring-restful-service-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Restful Web Services Validation with Hibernate Validator and Bean Validation API 2.0 (JSR-380)

An example of how request bean validation is performed in Spring Boot RESTful Web Services. It uses Hibernate Validator and Bean Validation API 2.0 (JSR-380). Displays custom validation error messages from the external properties file.

Related Article

Refer Spring Boot RESTful Web Services Validation with JSR-380 for detailed article.

Technology Stack

  • Spring Boot 2.0.0.RELEASE
  • Hibernate Validator 6.0.7
  • Bean Validation 2.0 – JSR 380
  • Spring Data JPA
  • Database – HSQLDB

Releases

No releases published

Packages

No packages published

Languages