From a8c1d02ee14a3aa01dc02f496a9e4a61b6abdf99 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期四, 17 六月 2021 18:15:34 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/y_project/RuoYi-Vue into dev

---
 ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java b/ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java
index c9f8d0a..a871178 100644
--- a/ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java
+++ b/ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java
@@ -2,7 +2,7 @@
 
 /**
  * 閫氱敤甯搁噺淇℃伅
- * 
+ *
  * @author ruoyi
  */
 public class Constants
@@ -63,6 +63,11 @@
     public static final String LOGIN_TOKEN_KEY = "login_tokens:";
 
     /**
+     * 闃查噸鎻愪氦 redis key
+     */
+    public static final String REPEAT_SUBMIT_KEY = "repeat_submit:";
+
+    /**
      * 楠岃瘉鐮佹湁鏁堟湡锛堝垎閽燂級
      */
     public static final Integer CAPTCHA_EXPIRATION = 2;
@@ -121,4 +126,14 @@
      * 璧勬簮鏄犲皠璺緞 鍓嶇紑
      */
     public static final String RESOURCE_PREFIX = "/profile";
+
+	/**
+	 * RMI 杩滅▼鏂规硶璋冪敤
+	 */
+	public static final String LOOKUP_RMI = "rmi://";
+
+	/**
+	 * 璧勬簮鏄犲皠璺緞 鍓嶇紑
+	 */
+	public static final String REDIS_LOCK_KEY = "redis_lock:";
 }

--
Gitblit v1.9.3