Skip to content

Commit 8eb7336

Browse files
committed
validation feature:
add feature to README.md file
1 parent 5738f22 commit 8eb7336

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ this project, implement instance of basic feature, <br> you maybe want use for A
1111
- Log4j2
1212
- logging and config log-message
1313
- Exception management
14+
- MapStruct
15+
- mapper tools for map view to entity and vice-versa
16+
- Validation handler
17+
- use annotation for validation
18+
- use log for validation error
19+
- define your validation and use for model
1420
- decoupling layer
1521
- controller, service and repository layer for easy extend
1622

@@ -27,8 +33,16 @@ this project, implement instance of basic feature, <br> you maybe want use for A
2733
3 - run docker compose run command for running app <br>
2834

2935

30-
## exception feature
36+
## Features
37+
### exception feature
3138

3239
1 - use AppException for define your own error Exception <br>
3340
2 - user HttpExceptionModel for define your own error message and show to client <br>
34-
3 - use HttpErrorCode for unifying error code in project <br>
41+
3 - use HttpErrorCode for unifying error code in project <br>
42+
43+
### validation feature
44+
45+
1 - create your own validation type <br>
46+
2 - define your own validation process for entity <br>
47+
3 - use "@validator" annotation on field of entity for validate <br>
48+
4 - log for validation and save error-message in log file <br>

0 commit comments

Comments
 (0)