We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ba6dc commit dd43d03Copy full SHA for dd43d03
README.md
@@ -18,6 +18,7 @@ with exception handling in Spring Boot.
18
19
- ✅ Automatic mapping of exceptions to responses with `Problem` objects compliant with [RFC 7807][rfc7807].
20
- ✅ Mapping of exceptions extending `ProblemException` to responses with `Problem` objects.
21
+- ✅ Mapping of exceptions annotated with `@ProblemMapping` to responses with `Problem` objects.
22
- ✅ Fallback mapping of `Exception` to `Problem` objects representing `500 Internal Server Error`.
23
- ✅ Simple configuration thanks to Spring Boot autoconfiguration.
24
0 commit comments