标签:code xtu bean ext 步骤 factory schedule color tor
关键步骤:
1. 配置 SchedulerFactoryBean
<bean class="org.springframework.scheduling.quartz.SchedulerFactoryBean"></bean>
2. 获取 SchedulerFactoryBean
ApplicationContext ctx = WebApplicationContextUtils.getWebApplicationContext(servletContext); SchedulerFactoryBean bean = (SchedulerFactoryBean)ctx.getBean(t) ;
标签:code xtu bean ext 步骤 factory schedule color tor
原文地址:http://www.cnblogs.com/xiluhua/p/7592553.html