spring boot 源码之SpringBootExceptionReporter

SpringBootExceptionReporter

  用户自定义异常处理回调接口。

public interface SpringBootExceptionReporter {
    boolean reportException(Throwable failure);
}

 SpringBootExceptionReporter通过SpringFactoriesLoader加载,必须第一个包含ConfigurableApplicationContext的构造函数。 

 

posted @ 2017-12-01 15:48  zwh1988  阅读(1239)  评论(0编辑  收藏  举报