spring boot集成shiro之后,登陆用户的信息怎么获取到?如果要将登录用户的信息保存到redis中应该怎么弄?
//获取当前的SubjectSubject subject = SecurityUtils.getSubject();
详细看https://blog.csdn.net/qq_29914837/article/details/90182787