Update BusinessConstant.java

peiyanni 3 years ago
parent 1596424851
commit a116844369

@ -11,4 +11,19 @@ public interface BusinessConstant {
* *
*/ */
String DICT_ITEM_EXIST_GROUP = "dictItemExist"; String DICT_ITEM_EXIST_GROUP = "dictItemExist";
/**
* urlkey
*/
String GAEA_SECURITY_AUTHORITIES= "gaea:security:authorities:all";
/**
* tokenkey
*/
String GAEA_SECURITY_LOGIN_TOKEN = "gaea:security:login:token:%s";
/**
*
*/
String GAEA_SECURITY_LOGIN_USER = "gaea:security:login:user:%s";
} }

Loading…
Cancel
Save