wei.zhang2 2017-10-16 16:20:21 +08:00
parent 8b7d4e53bd
commit e11fb8dd27
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ public class TokenFilter extends OncePerRequestFilter {
@Override
protected void doFilterInternal(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain)
throws ServletException, IOException {
System.out.println(request.getRequestURI());
String token = getToken(request);
if (StringUtils.isNotBlank(token)) {
LoginUser loginUser = tokenService.getLoginUser(token);