Info
Version: | 1.0.0.5 |
Author(s): | [email protected] |
Last Update: | Thursday, July 30, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jangocheng/Jango.JobCenter.demo |
NuGet Url: | https://www.nuget.org/packages/Jango.JobCenter |
Install
Install-Package Jango.JobCenter
dotnet add package Jango.JobCenter
paket add Jango.JobCenter
Jango.JobCenter Download (Unzip the "nupkg" after downloading)
Dependencies
- Hangfire(>= 1.7.11)
- Hangfire.MemoryStorage(>= 1.7.0)
- Swashbuckle.AspNetCore.Swagger(>= 5.5.1)
- Swashbuckle.AspNetCore.SwaggerGen(>= 5.5.1)
- Swashbuckle.AspNetCore.SwaggerUi(>= 5.5.1)
using Jango.JobCenter;
2. services.AddJangoJobCenter();
3.
app.UseJangoJobCenter();.