Getting Ambiguous @ExceptionHandler method mapped for MethodArgumentNotValidException while startup of spring boot application
问题 I have written custom exception handler class for one of my spring controllers to validate if email attribute from request param is in the proper format. So created a new class which extends ResponseEntityExceptionHandler class and wrote a method with @ExceptionHandler . But during spring boot application startup, I am getting below exception which is stopping to run my project. Could someone help me to resolve this? Exception during server startup: org.springframework.beans.factory