pull request #5

Merged
pxwi83ejl merged 2 commits from develop into main 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