如何使用 Spring Quartz 运行多个作业并从数据库获取作业

发布于 2024-09-01 18:07:40 字数 64 浏览 3 评论 0原文

如何使用 Spring Quartz 运行多个作业以及从数据库获取作业​​。

请提供任何示例代码。

How to run multiple jobs with spring quartz and the jobs are feched from database.

Please provide any example code.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

心欲静而疯不止 2024-09-08 18:07:40

这个问题有几个部分:

  1. 如何运行 Quartz。
  2. 如何连接到数据库。
  3. 如何创建一个模式来描述“工作”。
  4. 如何从模式创建和执行“作业”。

将所有这些结合在一起,您就会回答自己的问题。

计算机科学是关于分解的:将大问题分解成您可以处理的小问题。我建议在这里采用这种方法。

There are several parts to this question:

  1. How to run Quartz.
  2. How to connect to a database.
  3. How to create a schema to describe "jobs".
  4. How to create and execute a "job" from the schema.

Marry all these together and you'll answer your own question.

Computer science is about decomposition: breaking large problems into smaller ones that you can handle. I'd recommend taking that approach here.

待天淡蓝洁白时 2024-09-08 18:07:40

好吧,您可以首先阅读文档 此处此处。如果您有更具体的问题,请回来询问。

Well you can start by reading the documentation here and here. If you then have a more specific question, then come back and ask it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文