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.
我有一个 Grails 应用程序,我想在 Tomcat 停止上下文时关闭 Quartz。
我尝试使用 BootStrap 破坏闭包但没有成功,但我不确定它是否可以通过那条路线。
可能您需要设置是否等待正在运行的作业在关机时完成。添加到配置:
quartz { waitForJobsToCompleteOnShutdown = false }