记得上下班打卡 | git大法好,push需谨慎

Commit 978ed28d authored by jiangxiulong's avatar jiangxiulong

Merge remote-tracking branch 'origin/dev' into dev

parents 8e6d6375 aab1cf6b
...@@ -7,13 +7,13 @@ import org.springframework.context.annotation.Configuration; ...@@ -7,13 +7,13 @@ import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.InterceptorRegistry; import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
@Configuration @Configuration
public class KylinWebMvcConfig extends WebMvcConfig { public class PlatformWebMvcConfig extends WebMvcConfig {
@Autowired // @Autowired
GlobalAuthorityInterceptor globalAuthorityInterceptor; // GlobalAuthorityInterceptor globalAuthorityInterceptor;
//
@Override // @Override
protected void addInterceptors(InterceptorRegistry registry) { // protected void addInterceptors(InterceptorRegistry registry) {
// registry.addInterceptor(globalAuthorityInterceptor).addPathPatterns("/**"); // registry.addInterceptor(globalAuthorityInterceptor).addPathPatterns("/**");
// super.addInterceptors(registry); // super.addInterceptors(registry);
} // }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment