使用注解方式实现防重复提交问题 方案用到redisson分布式幂等,需配置redis 自定义注解代码如下: import java.lang.annotation.*; import java.util.concurrent.Tim...