-
-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use the exception handler with Spring Data Rest #5
Comments
I’m not using Spring Data REST, so I don’t know how it’s handling exceptions. Maybe I should take a look, for an inspiration. Thanks to pointing this out and feel free to send PR for some kind of support for Spring Data REST. |
hello, me too, |
In some Spring configuration (ex: Spring Data Rest (jirutka#5)), Exceptions are wrapped.
Is there an example how to use this framework? it seems the instruction does not tell how to use. |
Seems like Spring Data Rest has it's own exception handling set up, but it would be nice to get this framework to play nicely with that one.
The text was updated successfully, but these errors were encountered: