Skip to content

Commit ddc7c7a

Browse files
authored
Created Readme
1 parent f5684fd commit ddc7c7a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Spring Boot Restful Web Services Validation with Hibernate Validator and Bean Validation API 2.0 (JSR-380)
2+
An example of how request bean validation is performed in Spring Boot RESTful Web Services.
3+
It uses Hibernate Validator and Bean Validation API 2.0 (JSR-380).
4+
Displays custom validation error messages from the external properties file.
5+
6+
### Related Article ###
7+
8+
Refer [Spring Boot RESTful Web Services Validation with JSR-380](http://www.bytestree.com/spring/spring-boot-restful-web-services-validation-hibernate-validator/) for detailed article.
9+
10+
### Technology Stack ###
11+
12+
- Spring Boot 2.0.0.RELEASE
13+
- Hibernate Validator 6.0.7
14+
- Bean Validation 2.0 – JSR 380
15+
- Spring Data JPA
16+
- Database – HSQLDB
17+

0 commit comments

Comments
 (0)