Commit a5201220 by huluobin

update

parent 9966b55a
......@@ -23,8 +23,8 @@ public class MvcInterceptorConfig extends WebMvcConfigurationSupport {
protected void addInterceptors(InterceptorRegistry registry) {
registry.addInterceptor(sessionHandlerInterceptor)
.excludePathPatterns();
// registry.addInterceptor(sessionHandlerInterceptor)
// .excludePathPatterns();
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