When using spring cloud feign, I want to catch exceptions thrown by the service, but all I can get:
nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of ...
When using spring cloud feign, I want to catch exceptions thrown by the service, but all I can get:
nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of ...