我們可以對在REST 層中發生的error 統一做一個Exception Handler。 創一個class,並標註為 @RestControllerAdvice; 在class 中創一個method,並標註 @ExceptionHandler( ...
確定! 回上一頁