摘要: 在spring 3.2中,新增了@ControllerAdvice 注解,可以用于定义@ExceptionHandler、@InitBinder、@ModelAttribute,并应用到所有@RequestMapping中。 一、介绍 创建 MyControllerAdvice,并添加 @Contr 阅读全文
posted @ 2018-02-07 15:45 大象踢足球 阅读(222) 评论(0) 推荐(0) 编辑