1 2 3 4 5 6 7 8
package com.huaheng.common.constant; public interface ShiroRedisConstants { public static final String DEFAULT_SESSION_KEY_PREFIX = "shiro:redisCache:sessionId:"; public String keyPrefix = DEFAULT_SESSION_KEY_PREFIX; }