From 00a9bbf99abf3ecc343e501730826f5209de47e2 Mon Sep 17 00:00:00 2001
From: wuxw7 <wuxw7@asiainfo.com>
Date: 星期一, 24 七月 2017 00:50:07 +0800
Subject: [PATCH] 加入redis 和 ehcache 缓存系统,规则引擎服务彻底完工
---
common/src/main/java/com/java110/common/constant/RuleDomain.java | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/common/src/main/java/com/java110/common/constant/RuleDomain.java b/common/src/main/java/com/java110/common/constant/RuleDomain.java
index a294052..007ae33 100644
--- a/common/src/main/java/com/java110/common/constant/RuleDomain.java
+++ b/common/src/main/java/com/java110/common/constant/RuleDomain.java
@@ -57,4 +57,14 @@
public static final String PART_STRING_ORIGINAL_VALUE = "ORIGINAL_VALUE"; //琛ㄧず瀛楃涓诧細ORIGINAL_VALUE锛屽惈涔夋槸鍦ㄥ鐞嗗瓧绗︿覆鏃惰〃绀烘病鏈夎浠讳綍鏀瑰彉鐨勨�滃師濮嬪�尖�濇爣璇�
+ /**
+ * redis key 寮�濮嬭缃�
+ */
+ public final static String REDIS_KEY_RULE_ENTRANCE ="RuleEntrance"; // redis key RuleEntrance
+
+
+ public final static String REDIS_KEY_RULE ="Rule"; // redis key Rule
+
+
+ public final static String REDIS_KEY_RULE_GROUP ="Rule_Group"; // redis key Rule
}
--
Gitblit v1.8.0