# springboot_shiro
**Repository Path**: qianggetaba/springboot_shiro
## Basic Information
- **Project Name**: springboot_shiro
- **Description**: springboot
apache shiro
授权检查
登录检查
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 3
- **Created**: 2018-03-20
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# springboot_shiro
springboot
apache shiro
授权检查
登录检查
springboot应用启动App的main
postman测试
1. 先访问get http://localhost:8080/adminhi 显示login表明需要登录,doLogin表明登录成功
2. post http://localhost:8080/dologin postman的body选x-www-form-urlencoded,name=abc,password=123,登录
3. get http://localhost:8080/out 登出,退出
4. get http://localhost:8080/role 权限判断