redis-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.spring-tools</groupId>
<artifactId>redis-core</artifactId>
<version>1.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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>
<artifactId>redis-tools</artifactId>
<groupId>io.github.spring-tools</groupId>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Redis Tools Core</name>
<description>Redis Tools 的核心包,包括一些 spring-data-redis 引用</description>
<artifactId>redis-core</artifactId>
<dependencies>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
</dependency>
</dependencies>
</project>