|
@@ -9,12 +9,12 @@ public class LoginCacheKeyUtil {
|
|
|
//分隔符
|
|
|
public final static String SEPARATOR = ":";
|
|
|
//统一前缀
|
|
|
- private static String prefix;
|
|
|
+ private final static String prefix = "XIAOSHI";
|
|
|
|
|
|
- @Autowired
|
|
|
- public LoginCacheKeyUtil(BaseProperties baseProperties) {
|
|
|
- prefix = baseProperties.getProject();
|
|
|
- }
|
|
|
+// @Autowired
|
|
|
+// public LoginCacheKeyUtil(BaseProperties baseProperties) {
|
|
|
+// prefix = baseProperties.getProject();
|
|
|
+// }
|
|
|
|
|
|
public final static String PHONE_LOGIN = "PHONELOGIN";
|
|
|
|