mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-14 21:26:36 +08:00
加入任务调度模块
This commit is contained in:
@@ -27,6 +27,11 @@ namespace Yi.Framework.ApiMicroservice
|
||||
#endregion
|
||||
services.AddIocService(Configuration);
|
||||
|
||||
#region
|
||||
//Quartz任务调度配置
|
||||
#endregion
|
||||
services.AddQuartzService();
|
||||
|
||||
#region
|
||||
//控制器+过滤器配置
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user