工作中实际遇到,此处 ignoreToken 始终取不到值,一直为null,找了好久,最后问题出在webmvc的配置上
对比一下,换成
extends WebMvcConfigurationSupport
拦截器问题解决,
具体问题没有深究,应该出来sprngboot的版本问题上
我目前使用的版本
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.3.0.RELEASE</version> <relativePath/> <!-- lookup parent from repository --> </parent>