ShiroRedisson-SpringBoot - Shiro 框架集成 Redisson


Apache-2.0
跨平台
Java

软件简介

Shiro框架集成Redisson

1.使用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>

Gradle

compile 'com.github.fartherp.spring.boot:shiro-redisson-spring-boot-starter:1.0.6'