License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Net |
GroupId | GroupIdnet.oschina.j2cache |
ArtifactId | ArtifactIdj2cache-spring-boot2-starter |
Last Version | Last Version2.8.0-release |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJ2Cache is a 2 level Cache system, Using ehcache + redis
|
<!-- https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-spring-boot2-starter/ -->
<dependency>
<groupId>net.oschina.j2cache</groupId>
<artifactId>j2cache-spring-boot2-starter</artifactId>
<version>2.8.0-release</version>
</dependency>
// https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-spring-boot2-starter/
implementation 'net.oschina.j2cache:j2cache-spring-boot2-starter:2.8.0-release'
// https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-spring-boot2-starter/
implementation ("net.oschina.j2cache:j2cache-spring-boot2-starter:2.8.0-release")
'net.oschina.j2cache:j2cache-spring-boot2-starter:jar:2.8.0-release'
<dependency org="net.oschina.j2cache" name="j2cache-spring-boot2-starter" rev="2.8.0-release">
<artifact name="j2cache-spring-boot2-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oschina.j2cache', module='j2cache-spring-boot2-starter', version='2.8.0-release')
)
libraryDependencies += "net.oschina.j2cache" % "j2cache-spring-boot2-starter" % "2.8.0-release"
[net.oschina.j2cache/j2cache-spring-boot2-starter "2.8.0-release"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework : spring-context | jar | |
org.springframework : spring-context-support | jar | |
org.springframework.boot : spring-boot-starter-data-redis | jar |
Group / Artifact | Type | Version |
---|---|---|
net.oschina.j2cache : j2cache-core | jar | 2.7.6-release |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
junit : junit | jar |