Java web中使用的安全框架主要有两种,Spring Security 和 Shiro。
在这里我们选择Shiro。
简介
Shiro 是一个强大且易用的 Java 安全框架,可以用来实现身份验证(authentication)、授权(authorization)、加密(cryptography)和会话管理(session managment)。
官方文档:http://shiro.apache.org/documentation.html
示例文档:https://how2j.cn/k/shiro/shiro-plan/1732.html?p=50613
实现思路
菜单权限
对菜单权限的控制是最常见的