Skip to content

linux-china/spring-boot-starter-redisson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Starter Redisson

在Spring Boot下整合Redisson,方便客户端使用.

如何使用

Please refer https://jitpack.io/#linux-china/spring-boot-starter-redisson/3.3.2

  • 在spring-boot-starter-redisson是依赖spring-boot-starter-data-redis的配置,所以你只需要加入spring boot redis的相关配置即可,如下:
spring.redis.host=localhost
  • 接下来在你的代码中直接应用RedissonClient,然后就可以啦。
@Autowired
private RedissonClient redissonClient;

spring-boot-start-hibernate5提供的服务

  • org.redisson.RedissonClient: Redisson Client

参考文档

About

Spring Boot starter for Redisson

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages