@ControllerAdvice

@ControllerAdvice,是Spring3.2提供的新註解,從名字上可以看出大體意思是控制器增強。讓我們先看看@ControllerAdvice的實現:   package org.springframework.web.bind.annotation;   @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) @D
相關文章
相關標籤/搜索