2021-08-02

This commit is contained in:
2021-08-02 17:02:06 +09:00
parent 7d3ad1cce0
commit d45139dd58
79 changed files with 1685 additions and 152 deletions

29
validation/README.md Normal file
View File

@@ -0,0 +1,29 @@
# spring-boot-validation-examples
```kotlin
implementation ("org.springframework.boot:spring-boot-starter-validation")
```
## Annotations
* @Digits
* @Email
* @Max
* @Min
* @Negative
* @NotBlank
* @NotEmpty
* @NotNull
* @Null
* @Pattern
* @Positive
* @Size
https://docs.jboss.org/hibernate/beanvalidation/spec/2.0/api/
---
developed by Elex
https://www.elex-project.com