摘要: 原文:Spring Boot 系列(八)@ControllerAdvice 拦截异常并统一处理 在spring 3.2中,新增了@ControllerAdvice 注解,可以用于定义@ExceptionHandler、@InitBinder、@ModelAttribute,并应用到所有@Reques 阅读全文
posted @ 2019-05-30 14:23 隔壁w王叔叔 阅读(92069) 评论(0) 推荐(14)
摘要: https://www.cnblogs.com/alter888/p/9163612.html 阅读全文
posted @ 2019-05-30 13:46 隔壁w王叔叔 阅读(327) 评论(0) 推荐(0)
摘要: 原理: * 元注解@Target,@Retention,@Documented,@Inherited 原文链接:https://freewxy.iteye.com/blog/1149128 阅读全文
posted @ 2019-05-30 11:36 隔壁w王叔叔 阅读(327) 评论(0) 推荐(0)