@RestControllerAdvice注解

发布时间 2023-09-07 22:27:18作者: 想去大上海

RestControllerAdvice是Spring框架中一个用于统一处理控制器异常和返回结果的注解1

RestControllerAdvice可以捕获整个应用程序中抛出的异常,并对它们进行处理,实现在整个应用程序范围内统一处理异常的目标2

RestControllerAdvice注解实际上是@ControllerAdvice和@ResponseBody注解的组合,

当使用RestControllerAdvice注解时,

异常处理方法的返回值将自动转换为HTTP响应的主体