【新增】新增 UserIdempotentKeyResolver 解析器,支持用户级别的幂等

This commit is contained in:
YunaiV
2024-04-10 20:13:31 +08:00
parent 321f71de73
commit 38db5fe008
8 changed files with 83 additions and 7 deletions

View File

@@ -16,6 +16,13 @@
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
<dependencies>
<!-- Web 相关 -->
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-spring-boot-starter-web</artifactId>
<scope>provided</scope> <!-- 设置为 provided只有 OncePerRequestFilter 使用到 -->
</dependency>
<!-- DB 相关 -->
<dependency>
<groupId>cn.iocoder.boot</groupId>