framework/src/main/java/com/yuanchu/mom/config/FiferConfig.java
@@ -33,9 +33,13 @@ response.setStatus(HttpServletResponse.SC_OK); return true; } try { HandlerMethod h = (HandlerMethod)handler; ValueAuth annotation = h.getMethodAnnotation(ValueAuth.class); if(annotation!=null){ return true; } }catch (Exception e){ return true; } String[] strs = request.getRequestURL().toString().split(serverPort); @@ -96,6 +100,7 @@ list.add("/user/enter"); list.add("/user/refresh"); list.add("/outPath/**"); this.list = list; }