SpringBoot RESTful 应用中的异常处理小结

2016-08-29
阅读 7 分钟
39.6k
ExceptionHandler, 方法注解, 作用于 Controller 级别. ExceptionHandler 注解为一个 Controler 定义一个异常处理器.