|
|
|
|
@ -19,7 +19,7 @@ public class InterceptorConfig extends WebMvcConfigurationSupport{
|
|
|
|
|
@Override
|
|
|
|
|
public void addInterceptors(InterceptorRegistry registry) {
|
|
|
|
|
registry.addInterceptor(getAuthorizationInterceptor()).addPathPatterns("/**").excludePathPatterns("/static/**");
|
|
|
|
|
super.addInterceptors(registry);
|
|
|
|
|
super.addInterceptors(registry);//这是测试
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|