Skip to content

Commit dcf3f96

Browse files
authored
Update README.md
1 parent 64aaa57 commit dcf3f96

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22

33
Sample application for creating RESTful web services in Spring Boot with Exception handling.
44

5-
The goal is to not to build the response in the service layer but with the help of exception handling.
6-
7-
1. Service layer only possessing business logic which is perfect for testing it.
8-
2. Errors are handled in a common class not in actual controller or service that it's called from.
5+
1. Errors are handled in a common class not in actual controller or service that it's called from.
96
2. Allows sending two different response Type Success and Error corresponding to the result.

0 commit comments

Comments
 (0)