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

Posted 太白的技术博客

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot shiro和freemarkervuejs/element-ui集成之控制按钮权限完全参考手册相关的知识,希望对你有一定的参考价值。

本文主要考虑单点登录场景,登录由其他系统负责,业务子系统只使用shiro进行菜单和功能权限校验,登录信息通过token从redis取得,这样登录验证和授权就相互解耦了。

用户、角色、权限进行集中式管理。

参考:

https://blog.csdn.net/qq_26321411/article/details/79557264

https://blog.csdn.net/weixin_38132621/article/details/80216056

https://blog.csdn.net/u013615903/article/details/78781166/

http://shiro.apache.org/

https://www.infoq.com/minibooks/apache-shiro-ee-7

http://shiro.apache.org/webapp-tutorial.html

http://shiro.apache.org/java-authorization-guide.html

http://shiro.apache.org/java-authentication-guide.html

以上是关于springboot shiro和freemarkervuejs/element-ui集成之控制按钮权限完全参考手册的主要内容,如果未能解决你的问题,请参考以下文章

Spring boot 入门:集成 Shiro 实现登陆认证和权限管理

Shiro + SSM(框架) + Freemarker(jsp)

Spring Boot + Shiro 实现前后端分离权限控制

ssm+freemark集成shiro

freemarker集成shiro标签

Spring Boot + Vue + Shiro 实现前后端分离权限控制