https://github.com/ghusta/spring-boot-mvc-problem-handling
Problem / Exceptions Handling with Spring Boot MVC
https://github.com/ghusta/spring-boot-mvc-problem-handling
problem rest-api spring-boot
Last synced: 3 months ago
JSON representation
Problem / Exceptions Handling with Spring Boot MVC
- Host: GitHub
- URL: https://github.com/ghusta/spring-boot-mvc-problem-handling
- Owner: ghusta
- Created: 2019-11-15T09:54:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-17T08:47:26.000Z (over 5 years ago)
- Last Synced: 2025-01-06T22:35:59.034Z (5 months ago)
- Topics: problem, rest-api, spring-boot
- Language: Java
- Size: 112 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-boot-mvc-problem-handling
Problem / Exceptions Handling with Spring Boot MVC## Documentation
* Error Handling with Spring
* https://www.baeldung.com/exception-handling-for-rest-with-spring
* https://www.baeldung.com/global-error-handler-in-a-spring-rest-api
* https://www.baeldung.com/spring-webflux-errors
* https://www.mkyong.com/spring-boot/spring-rest-error-handling-example/
* https://spring.io/blog/2013/11/01/exception-handling-in-spring-mvc#global-exception-handling
* https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html#mvc-ann-exceptionhandler
* https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html#mvc-ann-rest-exceptions
* Tests with Spring
* WebClient
* [WebTestClient](https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/testing.html#webtestclient)
* [Writing Tests](https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/testing.html#webtestclient-tests)