SpringBoot_集成Shiro后获取当前用户

Posted 01coding.com

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringBoot_集成Shiro后获取当前用户相关的知识,希望对你有一定的参考价值。


//SecurityUtils.getSubject().getPrincipal();  就可以获取了


protected User getCurrentUser(){
return (User) SecurityUtils.getSubject().getPrincipal();
}

以上是关于SpringBoot_集成Shiro后获取当前用户的主要内容,如果未能解决你的问题,请参考以下文章

Springboot学习Shiro快速入门及与SpringBoot集成

springboot集成shiro实现用户登录认证

springboot shiro和freemarkervuejs/element-ui集成之控制按钮权限完全参考手册

SpringBoot 集成 Shiro:使用Shiro的权限管理

SpringBoot集成Shiro

SpringBoot--集成Shiro