We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd28a3 commit 0b836cbCopy full SHA for 0b836cb
README.md
@@ -1,2 +1,17 @@
1
# Springboot-lombok-custom-validation-exception
2
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