Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T01:38:25.000Z (about 2 years ago)
- Last Synced: 2024-10-10T18:26:45.493Z (about 1 month 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的权限管理案例*