redisson-spring-boot2

Spring Boot Starter for Redisson

License

License

Categories

Categories

Spring Boot Container Microservices Redis Data Databases Redisson
GroupId

GroupId

com.github.drtrang
ArtifactId

ArtifactId

redisson-spring-boot2
Last Version

Last Version

1.2.7
Release Date

Release Date

Type

Type

pom
Description

Description

redisson-spring-boot2
Spring Boot Starter for Redisson
Project URL

Project URL

https://github.com/drtrang/redisson-spring-boot
Project Organization

Project Organization

trang
Source Code Management

Source Code Management

https://github.com/drtrang/redisson-spring-boot

Download redisson-spring-boot2

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.drtrang/redisson-spring-boot2/ -->
<dependency>
    <groupId>com.github.drtrang</groupId>
    <artifactId>redisson-spring-boot2</artifactId>
    <version>1.2.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.drtrang/redisson-spring-boot2/
implementation 'com.github.drtrang:redisson-spring-boot2:1.2.7'
// https://jarcasting.com/artifacts/com.github.drtrang/redisson-spring-boot2/
implementation ("com.github.drtrang:redisson-spring-boot2:1.2.7")
'com.github.drtrang:redisson-spring-boot2:pom:1.2.7'
<dependency org="com.github.drtrang" name="redisson-spring-boot2" rev="1.2.7">
  <artifact name="redisson-spring-boot2" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.drtrang', module='redisson-spring-boot2', version='1.2.7')
)
libraryDependencies += "com.github.drtrang" % "redisson-spring-boot2" % "1.2.7"
[com.github.drtrang/redisson-spring-boot2 "1.2.7"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • redisson-spring-boot-autoconfigure
  • redisson-spring-boot-starter

Redisson Spring Boot Starter

Build Status Maven Central GitHub Release License

Redisson Spring Boot Starter 将帮助你在 Spring Boot 中使用 Redisson,仅支持 Java8。

依赖

<!-- spring boot 1.x -->
<dependency>
    <groupId>com.github.drtrang</groupId>
    <artifactId>redisson-spring-boot-starter</artifactId>
    <version>1.2.5</version>
</dependency>

<!-- spring boot 2.x -->
<dependency>
    <groupId>com.github.drtrang</groupId>
    <artifactId>redisson-spring-boot2-starter</artifactId>
    <version>1.2.5</version>
</dependency>

Versions

Version
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1