cacheable-memory-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.gomcarter.frameworks</groupId>
<artifactId>cacheable-memory-starter</artifactId>
<version>2.0.10</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.gomcarter.frameworks</groupId>
<artifactId>all</artifactId>
<version>2.0.10</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cacheable-memory-starter</artifactId>
<version>${parent.version}</version>
<packaging>jar</packaging>
<name>cacheable-memory-starter</name>
<url>https://github.com/gomcarter/frameworks/tree/master/cacheable-memory-starter</url>
<dependencies>
<dependency>
<groupId>com.gomcarter.frameworks</groupId>
<artifactId>config-center</artifactId>
</dependency>
<dependency>
<groupId>com.gomcarter.frameworks</groupId>
<artifactId>cacheable-starter</artifactId>
</dependency>
<!-- spring aop动态代理 -->
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-core</artifactId>
</dependency>
</dependencies>
</project>