You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -11,21 +11,21 @@ Requires Java 21, Spring boot 3.2.0+ and Jakarta EE 10
11
11
2.[Installation](https://github.com/officiallysingh/spring-boot-problem-handler#installation) How to avail it
12
12
3.[Features](https://github.com/officiallysingh/spring-boot-problem-handler#features) What it offers
13
13
4.[Controller Advices](https://github.com/officiallysingh/spring-boot-problem-handler#controller-advices) bundled with library
14
-
-[General advices](https://github.com/officiallysingh/spring-boot-problem-handler#general-advices-recommended-for-all-spring-rest-services) for web applications
15
-
-[DAO advices](https://github.com/officiallysingh/spring-boot-problem-handler#dao-advices) for relational databases and MongoDB
16
-
-[Security advices](https://github.com/officiallysingh/spring-boot-problem-handler#security-advices) for common security exceptions
17
-
-[OpenAPI validation advice](https://github.com/officiallysingh/spring-boot-problem-handler#openapi-validation-advice) for API specification validations
14
+
-[General advices](https://github.com/officiallysingh/spring-boot-problem-handler#general-advices-recommended-for-all-spring-rest-services) for web applications
15
+
-[DAO advices](https://github.com/officiallysingh/spring-boot-problem-handler#dao-advices) for relational databases and MongoDB
16
+
-[Security advices](https://github.com/officiallysingh/spring-boot-problem-handler#security-advices) for common security exceptions
17
+
-[OpenAPI validation advice](https://github.com/officiallysingh/spring-boot-problem-handler#openapi-validation-advice) for API specification validations
9.[Message resolvers](https://github.com/officiallysingh/spring-boot-problem-handler#message-resolvers)how to externalize error response in `properties` files
9.[Message resolvers](https://github.com/officiallysingh/spring-boot-problem-handler#message-resolvers) to externalize error response in `properties` files
23
23
10.[Creating and throwing exceptions](https://github.com/officiallysingh/spring-boot-problem-handler#creating-and-throwing-exceptions) to easily create and throw exceptions
24
24
11.[Stack traces](https://github.com/officiallysingh/spring-boot-problem-handler#stack-traces) to get exception stacktrace
25
25
12.[Cause chains](https://github.com/officiallysingh/spring-boot-problem-handler#cause-chains) to get the embedded exception cause chains
26
26
13.[Customizations](https://github.com/officiallysingh/spring-boot-problem-handler#customizations) to customize the behaviour
27
-
-[Customize error response](https://github.com/officiallysingh/spring-boot-problem-handler#customize-error-response) to customize error response
28
-
-[Customize or Override advices](https://github.com/officiallysingh/spring-boot-problem-handler#customize-or-override-advices) to customize inbuilt advices
27
+
-[Customize error response](https://github.com/officiallysingh/spring-boot-problem-handler#customize-error-response) to customize error response
28
+
-[Customize or Override advices](https://github.com/officiallysingh/spring-boot-problem-handler#customize-or-override-advices) to customize inbuilt advices
29
29
14.[Define new advices](https://github.com/officiallysingh/spring-boot-problem-handler#define-new-advices) to define new `@ControllerAdvice`s
30
30
15.[Testing](https://github.com/officiallysingh/spring-boot-problem-handler#testing) support
31
31
16.[Example error responses](https://github.com/officiallysingh/spring-boot-problem-handler#example-error-responses) All different kind of error response examples
0 commit comments