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.
我收到以下消息:
appears to have started a thread named [schedulerFactory_Worker-1] but has failed to stop it.
有人可以帮助我吗?
您的 bean 定义是否有一个销毁钩子?IE
<bean id="schedulerFactoryBean" class="org.springframework.scheduling.quartz.SchedulerFactoryBean" destroy-method="destroy">