- Notifications
You must be signed in to change notification settings - Fork6
bezkoder/spring-boot-custom-validation
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Custom Validation annotation in Spring Boot example (with Rest API).We will implement 2 custom validation annotations:
@StrongPassword: check if string is 8 characters long and combination of uppercase letters, lowercase letters, numbers, special characters.@PasswordMatching: check if the password and confirm password are the same.
For more detail, please visit:
More Practice:
Spring Boot Pagination & Filter example | Spring JPA, Pageable
Spring Data JPA Sort/Order by multiple Columns | Spring Boot
CRUD Rest API with Databases:
Exception Handling:
Security:
Spring Boot + Spring Security JWT Authentication & Authorization
Fullstack:
Run both Back-end & Front-end in one place:
mvn spring-boot:runAbout
Custom Validation in Spring Boot example - Spring Boot custom validation annotation example - Spring Boot Rest API Validation
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.