提交 08f9f8b8 编写于 作者: J Juergen Hoeller

startup thread marked as daemon now (SPR-6382)

上级 3bfbcd72
......@@ -673,6 +673,7 @@ public class SchedulerFactoryBean extends SchedulerAccessor implements FactoryBe
}
};
schedulerThread.setName("Quartz Scheduler [" + scheduler.getSchedulerName() + "]");
schedulerThread.setDaemon(true);
schedulerThread.start();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册