How to handle Global Exception using @ControllerAdvice annotation?
An Exception is a problem that arise during the execution of a program. For Example, If there is a text field and any user entered number/digits in it, the program must not be crashed rather it should shows any error message or throw an exception. In order to handle these exceptions, spring-based frameworks came along… Read More »