package com.dobbinsoft.fw.support.constant; /** * Description: * User: rize * Date: 2020/8/1 * Time: 12:11 */ public class LockConst { /** * 动态配置锁 * DYNAMIC_CONFIG_LOCK: + key */ public static final String DYNAMIC_CONFIG_LOCK = "DYNAMIC_CONFIG_LOCK:"; /** * 定时清空定时器锁 * QUARTZ_REDIS_COUNT_CLEAR */ public static final String QUARTZ_REDIS_COUNT_CLEAR = "QUARTZ_REDIS_COUNT_CLEAR"; }