基於.NetCore和ABP框架如何讓Windows服務執行Quartz定時做業

demo地址:ABP.WindowsServicehtml

該系列文章啓發自 How to: Create a Windows Service that schedules jobs, logs and is configurable by means of dependency injectiongit

閱讀優秀的項目源碼,是很是值得推崇的學習方式。閱讀以後必不可少的步驟是實踐。該系列文章預計將有多篇文章。和How to: Create a Windows Service that schedules jobs, logs and is configurable by means of dependency injection 不一樣甚相同的是,該系列文章將書寫大量細節,以儘可能探討正式項目中可能涉及的全部方面,所以預計將有更多篇文章以達成實踐的目的。github

一、使用Topshelf建立Windows服務
二、在控制檯應用程序使用appsettings.json
三、Windows服務使用log4net記錄日誌
四、Windows服務使用Windsor容器
五、使用Quartz實現定時做業
六、使用log4net記錄ABP日誌
七、在ABP中靈活使用AutoMapperjson

相關文章
相關標籤/搜索