What are the main features #10
Answered
by
PasinduOG
Pramudithalakshan
asked this question in
Q&A
-
|
What are the main features of this lib, and are there any new features to come |
Beta Was this translation helpful? Give feedback.
Answered by
PasinduOG
Feb 13, 2026
Replies: 1 comment
-
|
Yeah. You can develop clean your spring boot application without creating GlobalExceptionHandler class using @ControllerAdvice or @RestControllerAdvice. This library automatically handled it and throws RFC 9457 standard ProblemDetail response through the library, and I created ApiException abstract class to create custom exceptions you want using extend that abstract class. ❤️ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Pramudithalakshan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah. You can develop clean your spring boot application without creating GlobalExceptionHandler class using @ControllerAdvice or @RestControllerAdvice. This library automatically handled it and throws RFC 9457 standard ProblemDetail response through the library, and I created ApiException abstract class to create custom exceptions you want using extend that abstract class. ❤️☺️