back to home

zhangkaitao / shiro-example

跟我学Shiro(我的公众号:kaitao-1234567,我的新书:《亿级流量网站架构核心技术》)

4,799 stars
3,887 forks
36 issues
HTMLJavaScriptJava

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing zhangkaitao/shiro-example in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/zhangkaitao/shiro-example)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

我的公众号:kaitao-1234567 我的新书: 《亿级流量网站架构核心技术》 《亿级流量网站架构核心技术》 一书总结并梳理了亿级流量网站高可用和高并发原则,通过实例详细介绍了如何落地这些原则。书希这本书能成为大家的案头书,遇到问题随时查阅。也希望成为互联网公司面试宝典。 Shiro目录 | 点击下载PDF版 第一章  Shiro简介 第二章  身份验证 第三章  授权 第四章  INI配置 第五章  编码/加密 第六章  Realm及相关对象 第七章  与Web集成 第八章 拦截器机制 第九章 JSP标签 第十章  会话管理 第十一章  缓存机制 第十二章  与Spring集成 第十三章  RememberMe 第十四章  SSL 第十五章  单点登录 第十六章  综合实例 第十七章  OAuth2集成 第十八章 并发登录人数控制 第十九章 动态URL权限控制 第二十章 无状态Web应用集成 第二十一章 授予身份及切换身份 第二十二章 集成验证码 第二十三章 多项目集中权限管理及分布式会话 第二十四章 在线会话管理   示例工程是Maven工程,需要了解Maven基础。