tools-prevent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.gmlee.tools</groupId>
<artifactId>tools-prevent</artifactId>
<version>6.0.2</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>tools</artifactId>
<groupId>cn.gmlee.tools</groupId>
<version>6.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>cn.gmlee.tools</groupId>
<artifactId>tools-prevent</artifactId>
<version>6.0.2</version>
<packaging>jar</packaging>
<!--项目信息-->
<name>tools-prevent</name>
<description>TOOLS-PREVENT: 接口限流插件</description>
<url>https://github.com/Jason8080/tools/tree/master/tools-prevent</url>
<!--开源协议-->
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<!--托管平台的地址-->
<scm>
<connection>https://github.com/Jason8080/tools.git</connection>
<developerConnection>scm:git:ssh://git@github.com:Jason8080/tools.git</developerConnection>
<url>https://github.com/Jason8080/tools</url>
</scm>
<!--开发者信息-->
<developers>
<developer>
<id>xiaomu98</id>
<name>xiaomu98</name>
<email>2387770830@qq.com</email>
<roles>
<role>Project Manager</role>
<role>Architect</role>
</roles>
<timezone>+8</timezone>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
<version>${spring-boot.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</dependency>
<!-- servlet-api -->
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.1.0</version>
</dependency>
<dependency>
<groupId>cn.gmlee.tools</groupId>
<artifactId>tools-base</artifactId>
<version>6.0.2</version>
</dependency>
</dependencies>
</project>