remove 删除无用常量
parent
99476ad708
commit
42dd74f196
@ -1,24 +0,0 @@
|
||||
package com.ruoyi.common.core.constant;
|
||||
|
||||
/**
|
||||
* Token的Key常量
|
||||
*
|
||||
* @author Lion Li
|
||||
*/
|
||||
public interface TokenConstants {
|
||||
/**
|
||||
* 令牌自定义标识
|
||||
*/
|
||||
String AUTHENTICATION = "Authorization";
|
||||
|
||||
/**
|
||||
* 令牌前缀
|
||||
*/
|
||||
String PREFIX = "Bearer ";
|
||||
|
||||
/**
|
||||
* 令牌秘钥
|
||||
*/
|
||||
String SECRET = "abcdefghijklmnopqrstuvwxyz";
|
||||
|
||||
}
|
Loading…
Reference in New Issue