类 ResultExceptionHandler


  • @ControllerAdvice
    @ConditionalOnProperty(prefix="yue.exception-handler",
                           name="enabled",
                           havingValue="true",
                           matchIfMissing=true)
    public class ResultExceptionHandler
    extends AbstractExceptionHandler
    全局统一异常处理
    从以下版本开始:
    2017年10月8日
    作者:
    ylyue