使用@ControllerAdvice如何返回給前端對應錯誤碼

@ControllerAdvice能夠捕獲spring應用下面未被捕獲異常,下面是常見代碼:spring     @ExceptionHandler(value = Exception.class)     @ResponseStatus(HttpStatus.INTERNAL_SERVER_ERROR)     public String errorHandler(Exception ex) {
相關文章
相關標籤/搜索