License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.github.pactstart |
ArtifactId | ArtifactIdcache-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptioncache-spring-boot-starter
对外暴露统一的缓存接口,通过配置决定缓存的实现方式。
|
<!-- https://jarcasting.com/artifacts/io.github.pactstart/cache-spring-boot-starter/ -->
<dependency>
<groupId>io.github.pactstart</groupId>
<artifactId>cache-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pactstart/cache-spring-boot-starter/
implementation 'io.github.pactstart:cache-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/io.github.pactstart/cache-spring-boot-starter/
implementation ("io.github.pactstart:cache-spring-boot-starter:1.0.0")
'io.github.pactstart:cache-spring-boot-starter:jar:1.0.0'
<dependency org="io.github.pactstart" name="cache-spring-boot-starter" rev="1.0.0">
<artifact name="cache-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pactstart', module='cache-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "io.github.pactstart" % "cache-spring-boot-starter" % "1.0.0"
[io.github.pactstart/cache-spring-boot-starter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : fastjson | jar | 1.2.11 |
org.springframework.data : spring-data-redis | jar | 1.8.6.RELEASE |
org.springframework.boot : spring-boot-starter | jar | 1.5.6.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.5.6.RELEASE |