token续期调整到后端&默认有效期延长

This commit is contained in:
RuoYi
2020-09-17 12:44:05 +08:00
committed by 疯狂的狮子li
parent 14f7740398
commit 20bc3857ca
3 changed files with 17 additions and 30 deletions

View File

@@ -90,7 +90,7 @@ public class Constants
/**
* 令牌有效期(分钟)
*/
public final static long TOKEN_EXPIRE = 30;
public final static long TOKEN_EXPIRE = 720;
/**
* 参数管理 cache key