ShiroRedisson-SpringBoot Shiro 框架集成 Redisson 项目简介
Shiro框架集成Redisson1.使用redisson包解决redis缓存
2.解决shiro-redis使用*查询时,导致redis长时间卡死
3.解决使用spring-boot-devtools,出现ClassCastException异常
4.支持redisson提供的编码类型,https://github.com/redisson/redisson/wiki/4.-data-serialization如何使用?引入Maven依赖或下载jar包Maven<dependency>
<groupId>com.github.fartherp.spring.boot</groupId>
<artifactId>shiro-redisson-spring-boot-starter</artifactId>
<version>1.0.6</version>
</dependency>Gradlecompile 'com.github.fartherp.spring.boot:shiro-redisson-spring-boot-starter:1.0.6'
2.解决shiro-redis使用*查询时,导致redis长时间卡死
3.解决使用spring-boot-devtools,出现ClassCastException异常
4.支持redisson提供的编码类型,https://github.com/redisson/redisson/wiki/4.-data-serialization如何使用?引入Maven依赖或下载jar包Maven<dependency>
<groupId>com.github.fartherp.spring.boot</groupId>
<artifactId>shiro-redisson-spring-boot-starter</artifactId>
<version>1.0.6</version>
</dependency>Gradlecompile 'com.github.fartherp.spring.boot:shiro-redisson-spring-boot-starter:1.0.6'