|
|
|
@@ -29,6 +29,9 @@ public class AuthorizationInterceptor extends HandlerInterceptorAdapter { |
|
|
|
|
|
|
|
@Override |
|
|
|
public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception { |
|
|
|
|
|
|
|
System.out.println(" requesturi......"+request.getRequestURL()); |
|
|
|
|
|
|
|
AuthIgnore annotation; |
|
|
|
if(handler instanceof HandlerMethod) { |
|
|
|
annotation = ((HandlerMethod) handler).getMethodAnnotation(AuthIgnore.class); |
|
|
|
|