Commit 8bd04792 by huluobin

update

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