fluxcache-all-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.weihubeats</groupId>
<artifactId>fluxcache-all-spring-boot-starter</artifactId>
<version>0.0.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.weihubeats</groupId>
<artifactId>flux-cache-spring-boot-starter</artifactId>
<version>0.0.4</version>
</parent>
<groupId>io.github.weihubeats</groupId>
<artifactId>fluxcache-all-spring-boot-starter</artifactId>
<version>0.0.4</version>
<name>fluxcache-all-spring-boot-starter</name>
<description>FluxCache all-in-one Spring Boot starter</description>
<url>https://github.com/weihubeats/fluxcache</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>weihubeats</name>
<email>weihubeats@163.com</email>
<organization>https://weihubeats.blog.csdn.net/</organization>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:weihubeats/fluxcache.git</connection>
<developerConnection>scm:git@github.com:weihubeats/fluxcache.git</developerConnection>
<url>git@github.com:weihubeats/fluxcache.git</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.weihubeats</groupId>
<artifactId>fluxcache-redis-spring</artifactId>
</dependency>
<dependency>
<groupId>io.github.weihubeats</groupId>
<artifactId>fluxcache-admin</artifactId>
</dependency>
</dependencies>
</project>