feat(idempotent): 新增默认幂等名称生成器

This commit is contained in:
2025-06-01 11:10:16 +08:00
parent 265d90fa4c
commit 6b95083c63
3 changed files with 59 additions and 7 deletions

View File

@@ -18,5 +18,11 @@
<groupId>top.continew</groupId>
<artifactId>continew-starter-cache-redisson</artifactId>
</dependency>
<!-- Hutool 加密解密模块(封装 JDK 中加密解密算法) -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-crypto</artifactId>
</dependency>
</dependencies>
</project>