com.github.drtrang:redisson-spring-boot2-autoconfigure

Spring Boot Starter for Redisson

License

License

Categories

Categories

Spring Boot Container Microservices Redis Data Databases Auto Application Layer Libs Code Generators config Configuration Redisson
GroupId

GroupId

com.github.drtrang
ArtifactId

ArtifactId

redisson-spring-boot2-autoconfigure
Last Version

Last Version

1.2.7
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Boot Starter for Redisson
Project Organization

Project Organization

trang

Download redisson-spring-boot2-autoconfigure

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.github.drtrang : spring-boot2-autoconfigure jar
org.slf4j : slf4j-api jar 1.7.25
org.redisson : redisson Optional jar 3.7.5
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.0.4.RELEASE

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar 1.18.2

Project Modules

There are no modules declared in this project.

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