limiting-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.aqiu202</groupId> <artifactId>limiting-spring-boot-starter</artifactId> <version>1.2.1</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>starter</artifactId> <groupId>com.github.aqiu202</groupId> <version>1.2.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>limiting-spring-boot-starter</artifactId> <version>1.2.1</version> <packaging>jar</packaging> <name>limiting-spring-boot-starter</name> <properties> <caffeine.version>2.8.0</caffeine.version> </properties> <dependencies> <dependency> <groupId>com.github.aqiu202</groupId> <artifactId>spring-aop-core</artifactId> <version>1.2.1</version> </dependency> <dependency> <groupId>com.github.aqiu202</groupId> <artifactId>ttl-cache-spring-boot-starter</artifactId> </dependency> <dependency> <groupId>com.github.aqiu202</groupId> <artifactId>qlock-core</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <scope>provided</scope> </dependency> </dependencies> </project>