xuefei
2023-08-08 6c764f473b1e0e9dd2fb13034fe0d7295ab3724e
xboot-core/src/main/java/cn/exrick/xboot/core/config/security/jwt/AuthenticationSuccessHandler.java
@@ -66,7 +66,7 @@
        for (GrantedAuthority g : authorities) {
            list.add(g.getAuthority());
        }
        ipInfoUtil.getInfo(request, "");
        //ipInfoUtil.getInfo(request, "");
        // 登陆成功生成token
        String token;
        if (tokenProperties.getRedis()) {