Update GlobalExceptionHandler.java

This commit is contained in:
macro
2022-12-25 16:20:00 +08:00
parent 53b0acdf13
commit 13b7be0bdf

View File

@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.ResponseBody;
/**
* 全局异常处理
* 全局异常处理
* Created by macro on 2020/2/27.
*/
@ControllerAdvice