tutu-cache

tutu-cache 是为了解决SpringCache缓存注解不够灵活的问题而做的SpringAop项目

License

License

GroupId

GroupId

co.tunan.tucache
ArtifactId

ArtifactId

tutucache
Last Version

Last Version

1.0.2.RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

tutu-cache
tutu-cache 是为了解决SpringCache缓存注解不够灵活的问题而做的SpringAop项目
Project URL

Project URL

https://github.com/trifolium-wang/tutu-cache.git

Download tutucache

How to add to project

<!-- https://jarcasting.com/artifacts/co.tunan.tucache/tutucache/ -->
<dependency>
    <groupId>co.tunan.tucache</groupId>
    <artifactId>tutucache</artifactId>
    <version>1.0.2.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.tunan.tucache/tutucache/
implementation 'co.tunan.tucache:tutucache:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/co.tunan.tucache/tutucache/
implementation ("co.tunan.tucache:tutucache:1.0.2.RELEASE")
'co.tunan.tucache:tutucache:pom:1.0.2.RELEASE'
<dependency org="co.tunan.tucache" name="tutucache" rev="1.0.2.RELEASE">
  <artifact name="tutucache" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.tunan.tucache', module='tutucache', version='1.0.2.RELEASE')
)
libraryDependencies += "co.tunan.tucache" % "tutucache" % "1.0.2.RELEASE"
[co.tunan.tucache/tutucache "1.0.2.RELEASE"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • tucache-core
  • tucache-spring-boot-starter
  • tucache-spring-boot-autoconfigure

Versions

Version
1.0.2.RELEASE
1.0.1.RELEASE
1.0.1
1.0.0