How I stopped throwing generic exceptions in Spring Boot
The Context
Relying on standard try-catch blocks across the service layer inevitably leads to code duplication and leaks HTTP/web layer concerns into the business logic. I recently decided to audit ho
mateoslp.hashnode.dev4 min read