Commit dbbf8ed6 by huluobin

update

parent 490a48ca
package com.gogirl.infrastructure.config; package com.gogirl.infrastructure.config;
import com.gogirl.infrastructure.interceptor.AuthHandlerInterceptor; import com.gogirl.infrastructure.interceptor.AuthHandlerInterceptor;
import com.gogirl.infrastructure.interceptor.LogHandlerInterceptor;
import com.gogirl.infrastructure.interceptor.LoginHandlerInterceptor; import com.gogirl.infrastructure.interceptor.LoginHandlerInterceptor;
import com.gogirl.infrastructure.interceptor.SessionHandlerInterceptor; import com.gogirl.infrastructure.interceptor.SessionHandlerInterceptor;
import lombok.AllArgsConstructor; import lombok.AllArgsConstructor;
...@@ -15,7 +14,7 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupp ...@@ -15,7 +14,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;
......
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