可以对资源进行增删改

This commit is contained in:
limqhz
2022-05-07 01:52:25 +08:00
parent 69941133b8
commit e65206fa89
38 changed files with 922 additions and 189 deletions

View File

@@ -3,6 +3,10 @@ package com.quinn.common;
public interface QuinnConstant {
String LINK_SUFFIX = ".";
String LINK_KEY_WORD = ",";
String LINK_DATE_STR = "_";
/**
* REDIS PATTEN
*/
@@ -11,5 +15,9 @@ public interface QuinnConstant {
String GUN = "The emperor's new clothes";
String SOURCE_KEY = "SOURCE_KEY_";
/**
* PASSWORD //TODO 可以配置数据库MD5加密
*/
String SOURCE_PASSWORD = "926462";
}