com.github.org-hejianhui:spring-boot-starter-redis

spring-boot-starter-redis

License

License

Categories

Categories

Spring Boot Container Microservices Redis Data Databases
GroupId

GroupId

com.github.org-hejianhui
ArtifactId

ArtifactId

spring-boot-starter-redis
Last Version

Last Version

1.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

spring-boot-starter-redis

Download spring-boot-starter-redis

How to add to project

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

Dependencies

compile (15)

Group / Artifact Type Version
org.springframework.boot : spring-boot jar 2.0.5.RELEASE
org.springframework.boot : spring-boot-autoconfigure jar 2.0.5.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.0.5.RELEASE
org.springframework.boot : spring-boot-starter-aop jar 2.0.5.RELEASE
org.aspectj : aspectjweaver jar 1.9.3
org.yaml : snakeyaml jar 1.24
org.apache.commons : commons-lang3 jar 3.8.1
redis.clients : jedis jar 3.0.1
com.google.guava : guava jar 27.1-jre
org.apache.curator : curator-recipes jar 4.2.0
com.google.code.gson : gson jar 2.8.5
org.quartz-scheduler : quartz jar 2.3.1
org.quartz-scheduler : quartz-jobs jar 2.3.1
org.apache.httpcomponents : httpclient jar 4.5.8
org.apache.httpcomponents : httpasyncclient jar 4.1.4

provided (2)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.6
javax.servlet : javax.servlet-api jar 4.0.1

test (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-test jar 2.0.5.RELEASE
org.springframework : spring-test jar 5.1.5.RELEASE
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

niuh-spring-boot-starter

围绕SpringBoot开箱即用的Starter依赖,使得我们在开发业务代码时能够非常方便的、不需要过多关注框架的配置,而只需要关注业务即可

各 Module 介绍

Module 名称 Module 介绍
spring-boot-starter-redis 基于Jedis的自定义redis-starter组件
spring-boot-starter-rocketmq 基于Apache RocketMQ的自定义rocketmq-starter组件

使用登记

如果这个项目解决了你的实际问题,可在https://github.com/org-hejianhui/niuh-spring-boot-starter/issues/登记下,如果节省了你的研发时间,也愿意支持下的话,可点击下方【捐助】请作者喝杯咖啡,也是非常感谢!

Versions

Version
1.0-RELEASE