Commit a5201220 by huluobin

update

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