摘要: 原生注解 ==tomcat那篇有对urlPatterns的详解== 1:添加注解,实现接口 @WebFilter(urlPatterns = "/*") public class TIFAuthenticationFilter implements Filter {} 2:启动类上加注解 @Serv 阅读全文
posted @ 2023-01-29 15:01 jf666new 阅读(9) 评论(0) 推荐(0)