License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdco.tunan.tucache |
ArtifactId | ArtifactIdtucache-spring-boot-autoconfigure |
Last Version | Last Version1.0.2.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontutu-cache 是为了解决SpringCache缓存注解不够灵活的问题而做的SpringAop项目
|
<!-- https://jarcasting.com/artifacts/co.tunan.tucache/tucache-spring-boot-autoconfigure/ -->
<dependency>
<groupId>co.tunan.tucache</groupId>
<artifactId>tucache-spring-boot-autoconfigure</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/co.tunan.tucache/tucache-spring-boot-autoconfigure/
implementation 'co.tunan.tucache:tucache-spring-boot-autoconfigure:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/co.tunan.tucache/tucache-spring-boot-autoconfigure/
implementation ("co.tunan.tucache:tucache-spring-boot-autoconfigure:1.0.2.RELEASE")
'co.tunan.tucache:tucache-spring-boot-autoconfigure:jar:1.0.2.RELEASE'
<dependency org="co.tunan.tucache" name="tucache-spring-boot-autoconfigure" rev="1.0.2.RELEASE">
<artifact name="tucache-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.tunan.tucache', module='tucache-spring-boot-autoconfigure', version='1.0.2.RELEASE')
)
libraryDependencies += "co.tunan.tucache" % "tucache-spring-boot-autoconfigure" % "1.0.2.RELEASE"
[co.tunan.tucache/tucache-spring-boot-autoconfigure "1.0.2.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
co.tunan.tucache : tucache-core | jar | 1.0.2.RELEASE |
org.slf4j : slf4j-simple Optional | jar | 1.7.25 |
org.springframework.boot : spring-boot-autoconfigure Optional | jar | 2.1.1.RELEASE |
org.springframework.data : spring-data-redis Optional | jar | 2.1.3.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.1.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |