优化代码语法,token采用jwt加强
This commit is contained in:
Vendored
+1
-1
@@ -72,7 +72,7 @@ public enum AppCache implements BaseCacheEnum {
|
||||
private final String key;
|
||||
|
||||
/**
|
||||
* 超时时间
|
||||
* 超时时间(秒)
|
||||
*/
|
||||
private final Long expireTime;
|
||||
|
||||
|
||||
+1
-3
@@ -126,9 +126,7 @@ public abstract class BaseJob implements Runnable, JobInterface {
|
||||
|
||||
/**
|
||||
* 运行作业
|
||||
*
|
||||
* @throws Exception 运行异常
|
||||
*/
|
||||
public abstract void runJob() throws Exception;
|
||||
public abstract void runJob();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user