mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-06 14:15:50 +08:00
优化定时调度和脚本
This commit is contained in:
@@ -18,10 +18,12 @@ public class SimpleScriptService extends GenericEntityService<ScriptEntity, Stri
|
||||
implements ScriptService {
|
||||
@Autowired
|
||||
private ScriptDao scriptDao;
|
||||
@Override
|
||||
|
||||
@Override
|
||||
protected IDGenerator<String> getIDGenerator() {
|
||||
return IDGenerator.MD5;
|
||||
}
|
||||
|
||||
@Override
|
||||
public ScriptDao getDao() {
|
||||
return scriptDao;
|
||||
|
||||
Reference in New Issue
Block a user