Aliyun Spring Boot :: Starters :: Redis

Spring Boot Starter for Aliyun Redis

License

License

Categories

Categories

Spring Boot Container Microservices Redis Data Databases
GroupId

GroupId

com.alibaba.cloud
ArtifactId

ArtifactId

aliyun-redis-spring-boot-starter
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Aliyun Spring Boot :: Starters :: Redis
Spring Boot Starter for Aliyun Redis

Download aliyun-redis-spring-boot-starter

How to add to project

<!-- https://jarcasting.com/artifacts/com.alibaba.cloud/aliyun-redis-spring-boot-starter/ -->
<dependency>
    <groupId>com.alibaba.cloud</groupId>
    <artifactId>aliyun-redis-spring-boot-starter</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.cloud/aliyun-redis-spring-boot-starter/
implementation 'com.alibaba.cloud:aliyun-redis-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/com.alibaba.cloud/aliyun-redis-spring-boot-starter/
implementation ("com.alibaba.cloud:aliyun-redis-spring-boot-starter:1.0.0")
'com.alibaba.cloud:aliyun-redis-spring-boot-starter:jar:1.0.0'
<dependency org="com.alibaba.cloud" name="aliyun-redis-spring-boot-starter" rev="1.0.0">
  <artifact name="aliyun-redis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.cloud', module='aliyun-redis-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "com.alibaba.cloud" % "aliyun-redis-spring-boot-starter" % "1.0.0"
[com.alibaba.cloud/aliyun-redis-spring-boot-starter "1.0.0"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-actuator Optional jar
org.springframework.boot : spring-boot-configuration-processor Optional jar
com.alibaba.cloud : aliyun-context-spring-boot-starter jar 1.0.0
com.aliyun : aliyun-java-sdk-r-kvstore jar 2.1.5
com.aliyun : aliyun-java-sdk-core jar 4.5.0

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar
org.springframework.boot : spring-boot-starter-web jar

Project Modules

There are no modules declared in this project.

Introduction

License

This project is for Spring Boot Starters of Alibaba Cloud services, which makes it easy to create the Spring Boot Application in Alibaba Cloud services.

See the 中文文档 for Chinese readme.

How to Use

Add maven dependency

These artifacts are available from Maven Central via BOM:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>com.alibaba.cloud</groupId>
            <artifactId>aliyun-spring-boot-dependencies</artifactId>
            <version>1.0.0</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

add the module in dependencies.

If you'd like to use the SNAPSHOT artifacts, please add the following <repository> into pom.xml:

<repositories>
    <repository>
        <id>sonatype-snapshots</id>
        <name>Sonatype Snapshots</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
        <releases>
            <enabled>false</enabled>
        </releases>
    </repository>
</repositories>

Components

Version

Current project only supports Spring Boot 2 and above, does not support Spring Boot 1.x at all.

How to build

Spring Boot uses Maven for most build-related activities, and you should be able to get off the ground quite quickly by cloning the project you are interested in and typing:

./mvnw install

Contact Us

DingDing Chat group is recommended for discussing almost anything related to aliyun-spring-boot.

DingQR

com.alibaba.cloud

Alibaba

Alibaba Open Source

Versions

Version
1.0.0