SpringBoot Web开发——拦截器

目录

1、拦截器说明

1.1、使用拦截器需实现 HandlerInterceptor 接口

1.2、同一拦截器中三个方法的执行顺序

2、拦截器使用

2.1、编写拦截器,实现HandlerInterceptor接口

2.2、拦截器注册到容器中

你可能感兴趣的:(springboot,web,mvc,spring,boot)