- Spring Boot 2.0 Cookbook(Second Edition)
- Alex Antonov
- 52字
- 2021-06-24 19:24:39
Scheduling executors
Earlier in this chapter, we discussed how the command-line runners can be used as a place to start the scheduled executor thread pools to run the worker threads in intervals. While that is certainly a possibility, Spring provides you with a more concise configuration to achieve the same goal: @EnableScheduling.
推薦閱讀
- PyTorch深度學習實戰:從新手小白到數據科學家
- Game Development with Swift
- 卷積神經網絡的Python實現
- 大數據可視化
- 文本挖掘:基于R語言的整潔工具
- 云計算服務保障體系
- Creating Dynamic UIs with Android Fragments(Second Edition)
- MATLAB Graphics and Data Visualization Cookbook
- Proxmox VE超融合集群實踐真傳
- Oracle高性能SQL引擎剖析:SQL優化與調優機制詳解
- SQL Server 2008寶典(第2版)
- MySQL數據庫應用與管理
- Visual Studio 2012 and .NET 4.5 Expert Development Cookbook
- Python金融數據挖掘與分析實戰
- C# 7 and .NET Core 2.0 High Performance