#repeat-submit

若依源码:防止重复提交的实现

2025年01月08日 by emanjusaka 阅读 10 点赞 0

若依源码:防止重复提交的实现

本文介绍了若依源码中防止重复提交的方法。通过自定义注解、拦截器和子类实现判断是否重复提交。但存在并发问题,可以考虑使用setIfAbsent方法来解决,在key中增加方法参数并进行md5加密。

阅读全文…

标签: ruoyi , repeat-submit , idempotent

发布在 源码分析