关于springboot自定义拦截器执行顺序

方法有两种:

实现org.springframework.core.Ordered接口,实现它的getOrder()方法;
给拦截器类添加@Order注解,该注解全称为:org.springframework.core.annotation.Order;

你可能感兴趣的:(SpringBoot,spring,boot,spring,java)