springboot+shiro+layui基于角色的权限系统

本系统使用springboot+shiro+layui开发。数据库设计使用经典权限五张表:user userrole role rolepermission permission

由于比较懒,目前仅做了用户、角色、权限查询和权限权限新增和授权功能,权限管理使用了treeSelect模板。

demo仅作为参考,啥功能都没!!!

demo地址:https://github.com/lookeraaa/layui

用户管理如下图:

springboot+shiro+layui基于角色的权限系统_第1张图片

待续~~~

你可能感兴趣的:(java)