Skip to content
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

chore(links): Add links to Spring documentation #81

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dev-context/rest/error-responses.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ Therefore, we created a new type `https://api.otto.de/portal/problems/validation
- [Blog: Indicating Problems in HTTP APIs](https://www.mnot.net/blog/2013/05/15/http_problem)
- [IETF RFC: Problem Details for HTTP APIs](https://tools.ietf.org/html/rfc7807)
- [Registered IANA Media Type](https://www.iana.org/assignments/media-types/application/problem+json)
- [problem+json JAVA](https://github.com/zalando/problem)
- [problem+json for Spring MVC](https://github.com/zalando/problem-spring-web)
- [Error Responses with Spring MVC](https://docs.spring.io/spring-framework/reference/web/webmvc/mvc-ann-rest-exceptions.html)
- [Error Responses with Spring WebFlux](https://docs.spring.io/spring-framework/reference/web/webflux/ann-rest-exceptions.html)
- [problem+json documents with Node.js](https://www.npmjs.com/package/problem-json)