@ControllerAdvice

@ControllerAdvice,是Spring3.2提供的新注解,从名字上可以看出大体意思是控制器增强。让我们先看看@ControllerAdvice的实现:   package org.springframework.web.bind.annotation;   @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) @D
相关文章
相关标签/搜索