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:run