Skip to content

Commit dd43d03

Browse files
committed
Update README.md
1 parent 97ba6dc commit dd43d03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ with exception handling in Spring Boot.
1818

1919
- ✅ Automatic mapping of exceptions to responses with `Problem` objects compliant with [RFC 7807][rfc7807].
2020
- ✅ Mapping of exceptions extending `ProblemException` to responses with `Problem` objects.
21+
- ✅ Mapping of exceptions annotated with `@ProblemMapping` to responses with `Problem` objects.
2122
- ✅ Fallback mapping of `Exception` to `Problem` objects representing `500 Internal Server Error`.
2223
- ✅ Simple configuration thanks to Spring Boot autoconfiguration.
2324

0 commit comments

Comments
 (0)