Exception Handling in Spring Boot – A Simple Guide for beginners
When we build APIs in Spring Boot, most of the time we focus on CRUD . But in real projects things go wrong. A user may not exist a database may fail, or the input may be wrong. If we don’t handle these problems Spring Boot will throw a long error me...
springbootintro.hashnode.dev2 min read