refactor(idempotent): 重构幂等模块并支持 Redisson 缓存

This commit is contained in:
2025-03-17 21:25:21 +08:00
parent b199b651ec
commit 27a71cf076
16 changed files with 308 additions and 498 deletions

View File

@@ -139,6 +139,11 @@ public class PropertiesConstants {
*/
public static final String TENANT = CONTINEW_STARTER + StringConstants.DOT + "tenant";
/**
* 幂等配置
*/
public static final String IDEMPOTENT = "idempotent";
private PropertiesConstants() {
}
}