【笔记】shiro中的cache缓存设置:

1. 在项目的父子pom中分别导入依赖包

org.apache.shiro
shiro-ehcache
版本

2. 添加配置文件ehcache.xml(src/main/resources/shiro目录下);如果不添加则使用依赖包中的默认配置文件

3. 修改spring-shiro.xml文件:EhCacheManager的bean配置,并在securityManager中追加property配置



你可能感兴趣的:(笔记)