Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 313 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 313 Bytes

shiro-learn

shiro-test

  • shiro认证
  • shiro授权
  • IniRealm
  • JdbcRealm
  • 自定义Realm
  • shiro加密

shiro-web

  • spring集成shiro
  • 授权的三种方式(编程、注解、xml配置)
  • 自定义shiro过滤器
  • shiro会话管理
  • shiro缓存管理
  • shiro自动登录