Commit 490a48ca by huluobin

update

parent ba8224f7
...@@ -15,7 +15,7 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupp ...@@ -15,7 +15,7 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupp
public class MvcInterceptorConfig extends WebMvcConfigurationSupport { public class MvcInterceptorConfig extends WebMvcConfigurationSupport {
private final LoginHandlerInterceptor loginHandlerInterceptor; private final LoginHandlerInterceptor loginHandlerInterceptor;
private final LogHandlerInterceptor logHandlerInterceptor; // private final LogHandlerInterceptor logHandlerInterceptor;
private final SessionHandlerInterceptor sessionHandlerInterceptor; private final SessionHandlerInterceptor sessionHandlerInterceptor;
private final AuthHandlerInterceptor authHandlerInterceptor; private final AuthHandlerInterceptor authHandlerInterceptor;
...@@ -71,7 +71,7 @@ public class MvcInterceptorConfig extends WebMvcConfigurationSupport { ...@@ -71,7 +71,7 @@ public class MvcInterceptorConfig extends WebMvcConfigurationSupport {
.excludePathPatterns("/technician/xcx/getTechnicianShopList") .excludePathPatterns("/technician/xcx/getTechnicianShopList")
; ;
registry.addInterceptor(logHandlerInterceptor); // registry.addInterceptor(logHandlerInterceptor);
registry.addInterceptor(sessionHandlerInterceptor); registry.addInterceptor(sessionHandlerInterceptor);
registry.addInterceptor(authHandlerInterceptor) registry.addInterceptor(authHandlerInterceptor)
.addPathPatterns("/**") .addPathPatterns("/**")
......
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