An open API service indexing awesome lists of open source software.

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

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)