Skip to content

Commit 969100e

Browse files
updated
1 parent 027c1ab commit 969100e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ Requires Java 21, Spring boot 3.2.0+ and Jakarta EE 10
1111
2. [Installation](https://github.com/officiallysingh/spring-boot-problem-handler#installation) How to avail it
1212
3. [Features](https://github.com/officiallysingh/spring-boot-problem-handler#features) What it offers
1313
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
1818
5. [Configurations](https://github.com/officiallysingh/spring-boot-problem-handler#configurations)
1919
6. [Problem Properties](https://github.com/officiallysingh/spring-boot-problem-handler#problem-properties) to customize the behaviour
2020
7. [Error Key](https://github.com/officiallysingh/spring-boot-problem-handler#error-key) the central concept behind error attribute's externalization
21-
8. [Error response](https://github.com/officiallysingh/spring-boot-problem-handler#error-response) the error response structure
22-
9. [Message resolvers](https://github.com/officiallysingh/spring-boot-problem-handler#message-resolvers) how to externalize error response in `properties` files
21+
8. [Error response](https://github.com/officiallysingh/spring-boot-problem-handler#error-response) structure
22+
9. [Message resolvers](https://github.com/officiallysingh/spring-boot-problem-handler#message-resolvers) to externalize error response in `properties` files
2323
10. [Creating and throwing exceptions](https://github.com/officiallysingh/spring-boot-problem-handler#creating-and-throwing-exceptions) to easily create and throw exceptions
2424
11. [Stack traces](https://github.com/officiallysingh/spring-boot-problem-handler#stack-traces) to get exception stacktrace
2525
12. [Cause chains](https://github.com/officiallysingh/spring-boot-problem-handler#cause-chains) to get the embedded exception cause chains
2626
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
2929
14. [Define new advices](https://github.com/officiallysingh/spring-boot-problem-handler#define-new-advices) to define new `@ControllerAdvice`s
3030
15. [Testing](https://github.com/officiallysingh/spring-boot-problem-handler#testing) support
3131
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

Comments
 (0)