x
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
4101c68d37
commit
d840f14a2f
|
@ -126,7 +126,7 @@ namespace IRaCIS.Core.API
|
||||||
services.AddhangfireSetup(_configuration);
|
services.AddhangfireSetup(_configuration);
|
||||||
|
|
||||||
// QuartZ 定时任务框架 使用了hangfire 暂时不用,后续需要可以打开,已经配好
|
// QuartZ 定时任务框架 使用了hangfire 暂时不用,后续需要可以打开,已经配好
|
||||||
services.AddQuartZSetup(_configuration);
|
//services.AddQuartZSetup(_configuration);
|
||||||
|
|
||||||
// 保护上传文件
|
// 保护上传文件
|
||||||
//services.AddStaticFileAuthorizationSetup();
|
//services.AddStaticFileAuthorizationSetup();
|
||||||
|
|
|
@ -17,7 +17,7 @@ namespace IRaCIS.Core.API
|
||||||
// base quartz scheduler, job and trigger configuration
|
// base quartz scheduler, job and trigger configuration
|
||||||
|
|
||||||
// as of 3.3.2 this also injects scoped services (like EF DbContext) without problems
|
// as of 3.3.2 this also injects scoped services (like EF DbContext) without problems
|
||||||
q.UseMicrosoftDependencyInjectionJobFactory();
|
//q.UseMicrosoftDependencyInjectionJobFactory();
|
||||||
|
|
||||||
// 基本Quartz调度器、作业和触发器配置
|
// 基本Quartz调度器、作业和触发器配置
|
||||||
//var jobKey = new JobKey("RegularTrialWork", "regularWorkGroup");
|
//var jobKey = new JobKey("RegularTrialWork", "regularWorkGroup");
|
||||||
|
|
|
@ -11042,7 +11042,7 @@
|
||||||
构造函数注入
|
构造函数注入
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:IRaCIS.Core.Application.MediatR.Handlers.ConsistencyVerificationHandler.#ctor(IRaCIS.Core.Infra.EFCore.IRepository{IRaCIS.Core.Domain.Models.DicomStudy},IRaCIS.Core.Domain.Share.IUserInfo,IRaCIS.Core.Infra.EFCore.IRepository{IRaCIS.Core.Domain.Models.Subject},IRaCIS.Core.Infra.EFCore.IRepository{IRaCIS.Core.Domain.Models.SubjectVisit},IRaCIS.Core.Infra.EFCore.IRepository{IRaCIS.Core.Domain.Models.TrialSite},IRaCIS.Core.Infra.EFCore.IRepository{IRaCIS.Core.Domain.Models.NoneDicomStudy},AutoMapper.IMapper)">
|
<member name="M:IRaCIS.Core.Application.MediatR.Handlers.ConsistencyVerificationHandler.#ctor(IRaCIS.Core.Infra.EFCore.IRepository{IRaCIS.Core.Domain.Models.DicomStudy},IRaCIS.Core.Domain.Share.IUserInfo,IRaCIS.Core.Infra.EFCore.IRepository{IRaCIS.Core.Domain.Models.Subject},IRaCIS.Core.Infra.EFCore.IRepository{IRaCIS.Core.Domain.Models.SubjectVisit},IRaCIS.Core.Infra.EFCore.IRepository{IRaCIS.Core.Domain.Models.TrialSite},IRaCIS.Core.Infra.EFCore.IRepository{IRaCIS.Core.Domain.Models.NoneDicomStudy},AutoMapper.IMapper,Microsoft.Extensions.Localization.IStringLocalizer)">
|
||||||
<summary>
|
<summary>
|
||||||
构造函数注入
|
构造函数注入
|
||||||
</summary>
|
</summary>
|
||||||
|
|
Loading…
Reference in New Issue