如何设置过滤器配置以仅使用此注释可记录过滤 api?
//custom annotation
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface Loggable {
}
@Loggable
@Postmapping
public String foo(){
return "";
慕哥6287543
牧羊人nacy
相关分类