From e0ba2ba3c5f7ad3f289c6ad9278023d7f9e46f66 Mon Sep 17 00:00:00 2001
From: 心悦李国楠 <332435948@qq.com>
Date: Fri, 03 Jul 2020 14:24:33 +0800
Subject: [PATCH] RedisCache中所有方法参数添加final,并优化list取出效率,添加其它常用redis方法
---
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/ScheduleConstants.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/ScheduleConstants.java b/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/ScheduleConstants.java
index 342cfe6..b562cff 100644
--- a/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/ScheduleConstants.java
+++ b/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/ScheduleConstants.java
@@ -5,7 +5,7 @@
*
* @author ruoyi
*/
-public interface ScheduleConstants
+public class ScheduleConstants
{
public static final String TASK_CLASS_NAME = "TASK_CLASS_NAME";
--
Gitblit v1.9.3