pull request #4

Merged
pxwi83ejl merged 1 commits from edu/Manger into develop 1 year ago

@ -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);//这是测试
}
/**

Loading…
Cancel
Save