shiro整合redis,使用redis缓存和session共享

一 shiro整合原理

           shiro整合redis分2个部分,1 session管理使用redis管理 2 cache缓存管理使用redis管理。如下通过2种方式实现

二 springboot自带的

  1. 加入pom依赖
<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot

你可能感兴趣的:(redis,后端,shiro,ehcache)