1 Star 0 Fork 92

liudongdong0909 / Spring-shiro

forked from shenzhanwang / Spring-shiro 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

Spring-shiro

为了给MIS系统添加一套较为通用的权限控制功能,本项目基于Spring,整合Apache Shiro框架,实现用户管理和权限控制,主要内容如下:

1.登录(带验证码),包括“记住我”的功能;

2.加密,存储的密码不采用明文,初始密码123;

3.session管理:使用shiro默认的session管理替代Tomcat的HttpSession;

4.shiro拦截器:对静态文件(HTML/JS/CSS等)进行权限控制,无权限则请求不到;

5.后台接口权限控制:对后台接口启用权限控制,对应的借口若不满足权限或角色要求,则请求失败;

6.用户-角色-权限使用常规RBAC的模型,用户到角色,角色到权限均为多对多关系映射。

效果图: 输入图片说明 输入图片说明 输入图片说明 输入图片说明 输入图片说明

Empty file

About

本项目基于Spring,整合Apache Shiro框架,实现用户管理和权限控制 expand collapse
Java
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
Java
1
https://gitee.com/benbendonggua/Spring-shiro.git
git@gitee.com:benbendonggua/Spring-shiro.git
benbendonggua
Spring-shiro
Spring-shiro
master

Search