ShiroUser user = (ShiroUser) SecurityUtils.getSubject().getPrincipal();
user.name = newName;
转载于:https://www.cnblogs.com/rchao/p/4529668.html
ShiroUser user = (ShiroUser) SecurityUtils.getSubject().getPrincipal();
user.name = newName;
转载于:https://www.cnblogs.com/rchao/p/4529668.html