标签: spring-boot interceptor
我正在尝试排除资源文件夹以调用拦截器,但仍在调用拦截器的pre handle方法
registry.addInterceptor(securityInterceptor).addPathPatterns("/**") .excludePathPatterns(/resources/**);