如何在简单的Java应用程序中设置quartz.config文件?
如何在简单的 Java 应用程序中设置 quartz.config 文件?
我想创建它并在我的项目中引用它,以便我可以配置线程等。
谢谢
How can I setup a quartz.config
file in a simple Java application?
I want to create this and reference it in my project so I can configure threads etc.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 Quartz 快速入门指南,了解基本的
quartz.properties
文件看起来像。该文件必须放置在您的类路径中,Quartz 才能使用它。示例:Quartz 配置参考中提供了可用属性的完整文档。
Take a look at the Quartz Quick Start Guide to see what a basic
quartz.properties
file looks like. This file must be placed on your classpath, for Quartz to use it. Example:Full documentation of available properties is available in the Quartz Configuration Reference.