Skip to content

Commit 2c3adbe

Browse files
updated
1 parent a04c3fc commit 2c3adbe

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@ Requires Java 21, Spring boot 3.2.0+ and Jakarta EE 10
77
![Exception Handling](https://miro.medium.com/v2/resize:fit:1400/format:webp/1*0s2E6-iNFqr_xptwrmJTdg.jpeg)
88

99
## Table of Contents
10-
1 [Introduction](https://github.com/officiallysingh/spring-boot-problem-handler#introduction)
11-
2 [Installation](https://github.com/officiallysingh/spring-boot-problem-handler#installation)
12-
3 [Features](https://github.com/officiallysingh/spring-boot-problem-handler#features)
13-
4 [Controller Advices](https://github.com/officiallysingh/spring-boot-problem-handler#controller-advices)
10+
1. [Introduction](https://github.com/officiallysingh/spring-boot-problem-handler#introduction)
11+
2. [Installation](https://github.com/officiallysingh/spring-boot-problem-handler#installation)
12+
3. [Features](https://github.com/officiallysingh/spring-boot-problem-handler#features)
13+
4. [Controller Advices](https://github.com/officiallysingh/spring-boot-problem-handler#controller-advices)
1414
- [General advices](https://github.com/officiallysingh/spring-boot-problem-handler#general-advices-recommended-for-all-spring-rest-services)
1515
- [DAO advices](https://github.com/officiallysingh/spring-boot-problem-handler#dao-advices)
1616
- [Security advices](https://github.com/officiallysingh/spring-boot-problem-handler#security-advices)
1717
- [OpenAPI validation advice](https://github.com/officiallysingh/spring-boot-problem-handler#openapi-validation-advice)
18-
5 [Configurations]()(https://github.com/officiallysingh/spring-boot-problem-handler#configurations)
19-
6 [Problem Properties](https://github.com/officiallysingh/spring-boot-problem-handler#problem-properties)
20-
7 [Error Key](https://github.com/officiallysingh/spring-boot-problem-handler#error-key)
21-
8 [Error response](https://github.com/officiallysingh/spring-boot-problem-handler#error-response)
22-
9 [Message resolvers](https://github.com/officiallysingh/spring-boot-problem-handler#message-resolvers)
23-
10 [Creating and throwing exceptions](https://github.com/officiallysingh/spring-boot-problem-handler#creating-and-throwing-exceptions)
24-
11 [Stack traces](https://github.com/officiallysingh/spring-boot-problem-handler#stack-traces)
25-
12 [Cause chains](https://github.com/officiallysingh/spring-boot-problem-handler#cause-chains)
26-
13 [Customizations](https://github.com/officiallysingh/spring-boot-problem-handler#customizations)
18+
5. [Configurations]()(https://github.com/officiallysingh/spring-boot-problem-handler#configurations)
19+
6. [Problem Properties](https://github.com/officiallysingh/spring-boot-problem-handler#problem-properties)
20+
7. [Error Key](https://github.com/officiallysingh/spring-boot-problem-handler#error-key)
21+
8. [Error response](https://github.com/officiallysingh/spring-boot-problem-handler#error-response)
22+
9. [Message resolvers](https://github.com/officiallysingh/spring-boot-problem-handler#message-resolvers)
23+
10. [Creating and throwing exceptions](https://github.com/officiallysingh/spring-boot-problem-handler#creating-and-throwing-exceptions)
24+
11. [Stack traces](https://github.com/officiallysingh/spring-boot-problem-handler#stack-traces)
25+
12. [Cause chains](https://github.com/officiallysingh/spring-boot-problem-handler#cause-chains)
26+
13. [Customizations](https://github.com/officiallysingh/spring-boot-problem-handler#customizations)
2727
- [Customize error response](https://github.com/officiallysingh/spring-boot-problem-handler#customize-error-response)
2828
- [Customize or Override advices](https://github.com/officiallysingh/spring-boot-problem-handler#customize-or-override-advices)
29-
14 [Define new advices](https://github.com/officiallysingh/spring-boot-problem-handler#define-new-advices)
30-
15 [Testing](https://github.com/officiallysingh/spring-boot-problem-handler#testing)
31-
16 [Example error responses](https://github.com/officiallysingh/spring-boot-problem-handler#example-error-responses)
29+
14. [Define new advices](https://github.com/officiallysingh/spring-boot-problem-handler#define-new-advices)
30+
15. [Testing](https://github.com/officiallysingh/spring-boot-problem-handler#testing)
31+
16. [Example error responses](https://github.com/officiallysingh/spring-boot-problem-handler#example-error-responses)
3232

3333
## Introduction
3434

0 commit comments

Comments
 (0)