Skip to content

Commit 0b836cb

Browse files
committed
ReadME file updated
1 parent 0bd28a3 commit 0b836cb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
11
# Springboot-lombok-custom-validation-exception
22
This project will show how to use lombok, custom-validation, exception handling
3+
4+
### Lombok
5+
Explained how to use lombok features.
6+
7+
### Custom Annotation
8+
Created custom annotation for field validation.
9+
10+
### Custom Exception Handling
11+
How to handle exception by creating custom exception class, @ExceptionHandler and class level annotation @RestControllerAdvice.
12+
13+
### Model Mapper and BeanUtil
14+
How to convert from entity to dto and vice versa.
15+
16+
### H2 Database
17+
Used In memory H2 Database

0 commit comments

Comments
 (0)