add jpa module

This commit is contained in:
2024-02-28 16:39:48 +09:00
parent 32a7d91a1d
commit d2bb77ca33
17 changed files with 337 additions and 6 deletions

29
jpa/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