类 ExceptionHandlerConfig


  • @ControllerAdvice
    @EnableConfigurationProperties(ExceptionHandlerProperties.class)
    @ConditionalOnProperty(prefix="yue.exception-handler",
                           name="enabled",
                           havingValue="true",
                           matchIfMissing=true)
    public class ExceptionHandlerConfig
    extends GlobalExceptionHandler
    从以下版本开始:
    2018年6月12日
    作者:
    孙金川
    • 构造器详细资料

      • ExceptionHandlerConfig

        public ExceptionHandlerConfig()