@ExceptionHandler({org.springframework.http.converter.HttpMessageNotReadableException.class}) @ResponseBody public String resolveException(Exception e) throws Exception{ throw e; }
No comments:
Post a Comment