Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能帮我在“Quartz”或“Quartz+Spring”之间选择哪个调度程序在实时应用程序中同时运行多个作业。
我更喜欢TimerTask类。
参考本教程
http://www.mkyong.com/java/how-to-run-a-task-periodically-in-java/
Quartz 可以在没有 Spring 的情况下运行多个作业。如果您想要 Spring 带来的特性,请使用 Spring。我会使用 Spring,因为 Spring 是一个很棒的集成框架,可以很容易地将 Quartz 等技术集成到应用程序中。