springboot拦截器不生效,method.getAnnotation取值为null问题解决

springboot拦截器不生效,method.getAnnotation取值为null问题解决_第1张图片

工作中实际遇到,此处  ignoreToken 始终取不到值,一直为null,找了好久,最后问题出在webmvc的配置上

对比一下,换成  

extends WebMvcConfigurationSupport

拦截器问题解决,

 

具体问题没有深究,应该出来sprngboot的版本问题上

我目前使用的版本


    org.springframework.boot
    spring-boot-starter-parent
    2.3.0.RELEASE
     

你可能感兴趣的:(springboot)