Browse Source

亿道次元EIS 拦截器不需要@service 注入,有地方注入了

xiaost 1 year ago
parent
commit
d28561d50b

+ 0 - 1
src/main/java/com/uas/eis/core/support/ApiSignLoginInterceptor.java

@@ -17,7 +17,6 @@ import javax.servlet.http.HttpServletResponse;
 import java.io.UnsupportedEncodingException;
 import java.io.UnsupportedEncodingException;
 import java.util.*;
 import java.util.*;
 
 
-@Service
 public class ApiSignLoginInterceptor extends HandlerInterceptorAdapter {
 public class ApiSignLoginInterceptor extends HandlerInterceptorAdapter {
 
 
     @Autowired
     @Autowired

+ 0 - 1
src/main/java/com/uas/eis/core/support/MesHelperApiLoginInterceptor.java

@@ -16,7 +16,6 @@ import javax.servlet.http.HttpServletResponse;
 import java.io.UnsupportedEncodingException;
 import java.io.UnsupportedEncodingException;
 import java.util.*;
 import java.util.*;
 
 
-@Service
 public class MesHelperApiLoginInterceptor extends HandlerInterceptorAdapter {
 public class MesHelperApiLoginInterceptor extends HandlerInterceptorAdapter {
 
 
     @Autowired
     @Autowired