欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

基于.NetCore和ABP框架如何让Windows服务执行Quartz定时作业

程序员文章站 2022-07-11 08:05:59
demo地址: "ABP.WindowsService" 该系列文章启发自 "How to: Create a Windows Service that schedules jobs, logs and is configurable by means of dependency injection ......

demo地址:abp.windowsservice

该系列文章启发自 how to: create a windows service that schedules jobs, logs and is configurable by means of dependency injection

阅读优秀的项目源码,是非常值得推崇的学习方式。阅读之后必不可少的步骤是实践。该系列文章预计将有多篇文章。和how to: create a windows service that schedules jobs, logs and is configurable by means of dependency injection 不同甚相同的是,该系列文章将书写大量细节,以尽量探讨正式项目中可能涉及的所有方面,因此预计将有更多篇文章以达成实践的目的。

1、使用topshelf创建windows服务
2、在控制台应用程序使用appsettings.json
3、windows服务使用log4net记录日志
4、windows服务使用windsor容器
5、使用quartz实现定时作业
6、使用log4net记录abp日志
7、在abp中灵活使用automapper