0
我想要的任何請求匹配之前執行一些代碼:球衣 - @PreMatching不起作用
@PreMatching
public class PreMatchingFilter implements ContainerRequestFilter {
@Override
public void filter(ContainerRequestContext requestContext) throws IOException {
System.out.println("I am here");
}
}
不幸的是,無論什麼要求,控制檯從來不寫的系統輸出消息。 我錯過了什麼嗎?