Appearance
Web 校验
概述
这个模块我集成了Pangju Framework Starter Spring、Pangju Framework Starter Web和resilience4j-ratelimiter。
依赖
xml
<dependency>
<groupId>io.github.pangju666.framework.boot</groupId>
<artifactId>framework-starter-spring</artifactId>
</dependency>
<dependency>
<groupId>io.github.pangju666.framework.boot</groupId>
<artifactId>framework-starter-web</artifactId>
</dependency>
<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-ratelimiter</artifactId>
</dependency>引入
xml
<dependency>
<dependency>
<groupId>io.github.pangju666.framework.boot</groupId>
<artifactId>framework-starter-web-limit</artifactId>
</dependency>
</dependency>