https://github.com/googtech/shiro-learning
learning notes about the Java security framework ~
https://github.com/googtech/shiro-learning
javaweb learning-notes shiro spring springboot
Last synced: 3 months ago
JSON representation
learning notes about the Java security framework ~
- Host: GitHub
- URL: https://github.com/googtech/shiro-learning
- Owner: GoogTech
- Created: 2019-08-05T14:50:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T01:38:25.000Z (about 3 years ago)
- Last Synced: 2025-02-28T07:55:02.863Z (11 months ago)
- Topics: javaweb, learning-notes, shiro, spring, springboot
- Language: Java
- Size: 937 KB
- Stars: 1
- Watchers: 0
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Demo program for Shiro
:file_folder: *`basic web project with shiro` : 一个简单的Web整合Shiro的权限管理案例*
:file_folder: *`spring boot project with shiro` : 一个简单的Spring Boot整合Shiro并集成EhCache的权限管理案例*
:file_folder: *`ssm project with shiro` : 一个简单的SSM整合Shiro并集成EhCache的权限管理案例*