摘要:
官网:https://shiro.apache.org/ 1. 下载在非Web环境的独立应用中使用Shiro时,只需要shiro-core组件。在Maven项目中的依赖配置如下: 特别地!Shiro使用了日志框架slf4j,因此需要对应配置指定的日志实现组件,如:log4j,logback等。在此, 阅读全文
posted @ 2018-09-11 17:26
怦然丶心动
阅读(809)
评论(0)
推荐(0)
摘要:
官网:https://shiro.apache.org/ Shiro主要组件包括:Subject,SecurityManager,Authenticator,Authorizer,SessionManager,CacheManager,Cryptography,Realms。 1. SubjectS 阅读全文
posted @ 2018-09-11 17:22
怦然丶心动
阅读(216)
评论(0)
推荐(0)