优化代码语法,token采用jwt加强
This commit is contained in:
+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