schedulerfactorybean

时间:2024-10-26 00:13:07编辑:阿星

Quartz如何取消检查更新

一直没有结果么? 好吧 我来填坑









true




或者启动参数
-Dorg.terracotta.quartz.skipUpdateCheck=true

或者启动的类中添加
System.setProperty("org.terracotta.quartz.skipUpdateCheck","true");

如果这个管用了 点个给力 省的别人总去看那个没用的网友采纳


quartz scheduler 更新检查怎么设置

Quartz contains an "update check" feature that connects to a server to check
if there is a new version of Quartz
available for download. This check runs asynchronously and does not affect
startup/initialization time of Quartz, and it fails gracefully if the
connection cannot be made. If the check runs, and an update is found, it will
be reported as available in Quartz's logs.

You can disable the update check with the Quartz config property
"org.quartz.scheduler.skipUpdateCheck: true" or
the system property "org.terracotta.quartz.skipUpdateCheck=true" (which you can
set in your system environment or as a -D on the java command line). It is
recommended that you disable the update check for production deployments.


上一篇:肉体美

下一篇:没有了