It's All Gone WRONG: How to Handle Exceptions in Spring Boot
In this tutorial I show you three ways to handle exceptions in Spring Boot.
🚀Join the private Devtiro community: https://go.devtiro.com/u5g2h
*Links*
🔗 Spring Docs: https://docs.spring.io/spring-framework/docs/3.0.0.M4/spring-framework-reference/html/ch15s09.html
*Timestamps*
0:00 Intro
0:35 Project Setup
10:12 Try-Catch
12:36 Exception Handler Annotation
15:08 Global Exception Handler
17:38 Next Up