<dependency>
<groupId>io.gitee.dqcer</groupId>
<artifactId>mcdull-framework-starter-redis</artifactId>
<version>0.1.3-RELEASE</version>
</dependency>
libraryDependencies += "io.gitee.dqcer" % "mcdull-framework-starter-redis" % "0.1.3-RELEASE"
@Grapes(
@Grab(group='io.gitee.dqcer', module='mcdull-framework-starter-redis', version='0.1.3-RELEASE')
)
<dependency org="io.gitee.dqcer" name="mcdull-framework-starter-redis" rev="0.1.3-RELEASE" />
<parent> <groupId>io.gitee.dqcer</groupId> <artifactId>mcdull-framework-starters</artifactId> <version>0.1.3-RELEASE</version> </parent>
compile
|-- org.redisson:redisson-spring-boot-starter
|-- com.github.ben-manes.caffeine:caffeine
|-- org.springframework.boot:spring-boot-starter-cache
|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310
provided