Commit 61e54dbfdcc4e3f934305bc255af9f3f662ea9ca

Authored by shaofan
2 parents 7ca629ef 0b830292

Merge branch 'master' into 2.x

src/main/java/com/diligrp/idempotent/spring/boot/annotation/Idempotent.java
... ... @@ -43,7 +43,7 @@ public @interface Idempotent {
43 43 *
44 44 * @return String
45 45 */
46   - String info() default "重复请求,请稍后重试";
  46 + String info() default "慢点嘛,手速太快啦~";
47 47  
48 48 /**
49 49 * 缓存key 前缀
... ...