SpringBoot拦截器继承HandlerInterceptorAdapter方法已经被弃用
以往的写法都是继承HandlerInterceptorAdapter方法,但是发现在SpringBoot 2.4.1版本中提示已经被弃用了 public class LoginInterceptor extends HandlerInterceptorAdap……
阅读(31,477)

路飞博客以往的写法都是继承HandlerInterceptorAdapter方法,但是发现在SpringBoot 2.4.1版本中提示已经被弃用了 public class LoginInterceptor extends HandlerInterceptorAdap……
阅读(31,477)