1. 实现接口 HandlerExceptionResolver 捕获异常
2.@ExceptionHandler 在方法添加注解,捕获本地controller异常
3.@ControllerAdvice +@ExceptionHandler 共同作用实现捕获多个controller异常