一、创建拦截器组件
1. 创建一个类,实现Interceptor接口,并实现intercept方法
2.注册拦截器
3.引用拦截器
二、拦截器栈
预置拦截器:
默认引用拦截器
拦截器调用顺序:
FileUpload拦截器的介绍: