@@ -7,28 +7,28 @@ Requires Java 21, Spring boot 3.2.0+ and Jakarta EE 10
7
7
![ Exception Handling] ( https://miro.medium.com/v2/resize:fit:1400/format:webp/1*0s2E6-iNFqr_xptwrmJTdg.jpeg )
8
8
9
9
## 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 )
14
14
- [ General advices] ( https://github.com/officiallysingh/spring-boot-problem-handler#general-advices-recommended-for-all-spring-rest-services )
15
15
- [ DAO advices] ( https://github.com/officiallysingh/spring-boot-problem-handler#dao-advices )
16
16
- [ Security advices] ( https://github.com/officiallysingh/spring-boot-problem-handler#security-advices )
17
17
- [ 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 )
27
27
- [ Customize error response] ( https://github.com/officiallysingh/spring-boot-problem-handler#customize-error-response )
28
28
- [ 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 )
32
32
33
33
## Introduction
34
34
0 commit comments