Spring Boot 系列 - @ControllerAdvice & 攔截異常並統一處理

在spring 3.2中,新增了@ControllerAdvice 註解,能夠用於定義@ExceptionHandler、@InitBinder、@ModelAttribute,並應用到全部@RequestMapping中。參考:@ControllerAdvice 文檔 1、介紹 建立 MyControllerAdvice,並添加 @ControllerAdvice註解。 package com.
相關文章
相關標籤/搜索